summary refs log tree commit diff
path: root/pkgs/tools/security/bitwarden
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-09-21 00:48:09 -0700
committerRobert Schütz <nix@dotlambda.de>2023-09-22 09:38:07 -0700
commit7c5f79e5a1f812b205988b97f702c221ac1dc8cb (patch)
treecedd5ce7d4931409105e25b8a346f2d2a5bd841c /pkgs/tools/security/bitwarden
parent8aba8953dc6c4814022748eea02eece4002adcd7 (diff)
downloadnixpkgs-7c5f79e5a1f812b205988b97f702c221ac1dc8cb.tar
nixpkgs-7c5f79e5a1f812b205988b97f702c221ac1dc8cb.tar.gz
nixpkgs-7c5f79e5a1f812b205988b97f702c221ac1dc8cb.tar.bz2
nixpkgs-7c5f79e5a1f812b205988b97f702c221ac1dc8cb.tar.lz
nixpkgs-7c5f79e5a1f812b205988b97f702c221ac1dc8cb.tar.xz
nixpkgs-7c5f79e5a1f812b205988b97f702c221ac1dc8cb.tar.zst
nixpkgs-7c5f79e5a1f812b205988b97f702c221ac1dc8cb.zip
bitwarden: 2023.8.3 -> 2023.9.0
Diff: https://github.com/bitwarden/clients/compare/desktop-v2023.8.3...desktop-v2023.9.0

Changelog: https://github.com/bitwarden/clients/releases/tag/desktop-v2023.9.0
Diffstat (limited to 'pkgs/tools/security/bitwarden')
-rw-r--r--pkgs/tools/security/bitwarden/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/tools/security/bitwarden/default.nix b/pkgs/tools/security/bitwarden/default.nix
index 54ded5913b5..41ce0d7e5e8 100644
--- a/pkgs/tools/security/bitwarden/default.nix
+++ b/pkgs/tools/security/bitwarden/default.nix
@@ -13,6 +13,7 @@
 , makeDesktopItem
 , makeWrapper
 , moreutils
+, napi-rs-cli
 , nodejs_18
 , pkg-config
 , python3
@@ -37,24 +38,24 @@ let
   };
 in buildNpmPackage' rec {
   pname = "bitwarden";
-  version = "2023.8.3";
+  version = "2023.9.0";
 
   src = fetchFromGitHub {
     owner = "bitwarden";
     repo = "clients";
     rev = "desktop-v${version}";
-    hash = "sha256-ZsAc9tC087Em/VzgaVm5fU+JnI4gIsSAphxicdJWztU=";
+    hash = "sha256-8rNJmDpKLzTre5c2wktle7tthp1owZK5WAQP80/2R0g=";
   };
 
   makeCacheWritable = true;
   npmWorkspace = "apps/desktop";
-  npmDepsHash = "sha256-ARq6iYOkL9CMyAX37g8+Wf+UQsH7hU1jCq/52I1qS9A=";
+  npmDepsHash = "sha256-0q3XoC87kfC2PYMsNse4DV8M8OXjckiLTdN3LK06lZY=";
 
   cargoDeps = rustPlatform.fetchCargoTarball {
     name = "${pname}-${version}";
     inherit src;
     sourceRoot = "${src.name}/${cargoRoot}";
-    hash = "sha256-ABMrFXOR0IwsMv0pxvkebzCUbs18BOGwiuGcEZFntd0=";
+    hash = "sha256-YF3UHQWCSuWAg2frE8bo1XrLn44P6+1A7YUh4RZxwo0=";
   };
   cargoRoot = "apps/desktop/desktop_native";
 
@@ -65,6 +66,7 @@ in buildNpmPackage' rec {
     jq
     makeWrapper
     moreutils
+    napi-rs-cli
     pkg-config
     python3
     rustc