summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2024-04-08 13:26:57 -0700
committerRobert Schütz <nix@dotlambda.de>2024-04-08 13:58:18 -0700
commitf9c070a07e2e95f615e2a7bfcb00f1cc66153c23 (patch)
tree0a9ea5855eabbc24d75e426437b2ccda471f36b4
parentMerge pull request #302191 from mweinelt/hass-deps (diff)
downloadnixpkgs-f9c070a07e2e95f615e2a7bfcb00f1cc66153c23.tar.gz
bitwarden-cli: 2024.2.1 -> 2024.3.1
Diff: https://github.com/bitwarden/clients/compare/cli-v2024.2.1...cli-v2024.3.1 Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.3.1
-rw-r--r--pkgs/by-name/bi/bitwarden-cli/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/bi/bitwarden-cli/package.nix b/pkgs/by-name/bi/bitwarden-cli/package.nix
index 287d8e1a0e0a..656c1e60ec21 100644
--- a/pkgs/by-name/bi/bitwarden-cli/package.nix
+++ b/pkgs/by-name/bi/bitwarden-cli/package.nix
@@ -10,18 +10,18 @@
buildNpmPackage rec {
pname = "bitwarden-cli";
- version = "2024.2.1";
+ version = "2024.3.1";
src = fetchFromGitHub {
owner = "bitwarden";
repo = "clients";
rev = "cli-v${version}";
- hash = "sha256-g9enDEIdVj9R3xkx5qllf7aTDa6F+MvozhwbJn9w/VY=";
+ hash = "sha256-JBEP4dNGL4rYKl2qNyhB2y/wZunikaGFltGVXLxgMWI=";
};
nodejs = nodejs_18;
- npmDepsHash = "sha256-fkoI8a8iVMWxtXAj5zNg2xwK/ZPyRZGPo7rnxHpKV7k=";
+ npmDepsHash = "sha256-vNudSHIMmF7oXGz+ZymQahyHebs/CBDc6Oy1g0A5nqA=";
nativeBuildInputs = [
python3