summary refs log tree commit diff
path: root/pkgs/tools/security/bitwarden/cli.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-23 18:00:59 +0000
committerGitHub <noreply@github.com>2023-09-23 18:00:59 +0000
commitab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1 (patch)
tree07ea57e37bb0dc4b6dea3c9ee0fd97acd3dbaba3 /pkgs/tools/security/bitwarden/cli.nix
parent3180ce092dffa6819ee172ab752c0dc5b2773654 (diff)
parent9155f8dc6e9bfbe77a8552735ae0b9d74a72714f (diff)
downloadnixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar.gz
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar.bz2
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar.lz
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar.xz
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar.zst
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/security/bitwarden/cli.nix')
-rw-r--r--pkgs/tools/security/bitwarden/cli.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/bitwarden/cli.nix b/pkgs/tools/security/bitwarden/cli.nix
index 22cfca24971..6e4ebb9d098 100644
--- a/pkgs/tools/security/bitwarden/cli.nix
+++ b/pkgs/tools/security/bitwarden/cli.nix
@@ -12,16 +12,16 @@ let
   buildNpmPackage' = buildNpmPackage.override { nodejs = nodejs_18; };
 in buildNpmPackage' rec {
   pname = "bitwarden-cli";
-  version = "2023.8.2";
+  version = "2023.9.0";
 
   src = fetchFromGitHub {
     owner = "bitwarden";
     repo = "clients";
     rev = "cli-v${version}";
-    hash = "sha256-v9ql01dwWf9kBxw75n9svQousrnbUi8NY1wkJx06teg=";
+    hash = "sha256-s9jj1qmh4aCvtVY85U4AU7pcc8ABu9essFYqwf64dns=";
   };
 
-  npmDepsHash = "sha256-RvkauNvt6MZxWMssEtaCjXP1z/3NsReywUgCefV/jjM=";
+  npmDepsHash = "sha256-0q3XoC87kfC2PYMsNse4DV8M8OXjckiLTdN3LK06lZY=";
 
   nativeBuildInputs = [
     python3