summary refs log tree commit diff
path: root/pkgs/tools/security/bitwarden
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-11-01 22:37:02 -0700
committerRobert Schütz <nix@dotlambda.de>2023-11-01 22:37:02 -0700
commita6253a52cd23e87893a423e554d92e41aba1ae1e (patch)
tree86acfbffbd16d20109abade5dea0b5a0d5ba0787 /pkgs/tools/security/bitwarden
parent9d33fd49174246812ec362b772205a92082682d3 (diff)
downloadnixpkgs-a6253a52cd23e87893a423e554d92e41aba1ae1e.tar
nixpkgs-a6253a52cd23e87893a423e554d92e41aba1ae1e.tar.gz
nixpkgs-a6253a52cd23e87893a423e554d92e41aba1ae1e.tar.bz2
nixpkgs-a6253a52cd23e87893a423e554d92e41aba1ae1e.tar.lz
nixpkgs-a6253a52cd23e87893a423e554d92e41aba1ae1e.tar.xz
nixpkgs-a6253a52cd23e87893a423e554d92e41aba1ae1e.tar.zst
nixpkgs-a6253a52cd23e87893a423e554d92e41aba1ae1e.zip
bitwarden-cli: 2023.9.1 -> 2023.10.0
Diff: https://github.com/bitwarden/clients/compare/cli-v2023.9.1...cli-v2023.10.0

Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2023.10.0
Diffstat (limited to 'pkgs/tools/security/bitwarden')
-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 3be69ae97fd..750237a4e2e 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.9.1";
+  version = "2023.10.0";
 
   src = fetchFromGitHub {
     owner = "bitwarden";
     repo = "clients";
     rev = "cli-v${version}";
-    hash = "sha256-1dyrjEhcZDrA89rEvGg16f/MI8oNPPF4lwgGQQF9huE=";
+    hash = "sha256-egXToXWfb9XV7JuCRBYJO4p/e+WOwMncPKz0oBgeALQ=";
   };
 
-  npmDepsHash = "sha256-7GgjrH5s09zwGhWPOYHLTIMSKYndq+cAG06jZ0IySOQ=";
+  npmDepsHash = "sha256-iO8ZozVl1vOOqowQARnRJWSFUFnau46+dKfcMSkyU3o=";
 
   nativeBuildInputs = [
     python3