summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Marshall <andrew@johnandrewmarshall.com>2023-11-14 03:15:49 -0500
committerAndrew Marshall <andrew@johnandrewmarshall.com>2023-11-14 03:15:49 -0500
commitdaed31a57d1794ccf3821846debab3b4e0bd3038 (patch)
tree61902dd968c74b74bc122fa1e4c6b6a65047195a
parent1a02468341339215c3b8c814cb9b46d0ae53a2af (diff)
downloadnixpkgs-daed31a57d1794ccf3821846debab3b4e0bd3038.tar
nixpkgs-daed31a57d1794ccf3821846debab3b4e0bd3038.tar.gz
nixpkgs-daed31a57d1794ccf3821846debab3b4e0bd3038.tar.bz2
nixpkgs-daed31a57d1794ccf3821846debab3b4e0bd3038.tar.lz
nixpkgs-daed31a57d1794ccf3821846debab3b4e0bd3038.tar.xz
nixpkgs-daed31a57d1794ccf3821846debab3b4e0bd3038.tar.zst
nixpkgs-daed31a57d1794ccf3821846debab3b4e0bd3038.zip
bitwarden: 2023.10.0 -> 2023.10.1
Diff: https://github.com/bitwarden/clients/compare/desktop-v2023.10.0...desktop-v2023.10.1

Changelog: https://github.com/bitwarden/clients/releases/tag/desktop-v2023.10.1
-rw-r--r--pkgs/tools/security/bitwarden/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/security/bitwarden/default.nix b/pkgs/tools/security/bitwarden/default.nix
index 67ed396b538..d2068241a19 100644
--- a/pkgs/tools/security/bitwarden/default.nix
+++ b/pkgs/tools/security/bitwarden/default.nix
@@ -27,26 +27,26 @@ let
   electron = electron_25;
 in buildNpmPackage rec {
   pname = "bitwarden";
-  version = "2023.10.0";
+  version = "2023.10.1";
 
   src = fetchFromGitHub {
     owner = "bitwarden";
     repo = "clients";
     rev = "desktop-v${version}";
-    hash = "sha256-egXToXWfb9XV7JuCRBYJO4p/e+WOwMncPKz0oBgeALQ=";
+    hash = "sha256-cwSIMN40d1ySUSxBl8jXLVndnJJvPnLiTxkYnA3Pqws=";
   };
 
   nodejs = nodejs_18;
 
   makeCacheWritable = true;
   npmWorkspace = "apps/desktop";
-  npmDepsHash = "sha256-iO8ZozVl1vOOqowQARnRJWSFUFnau46+dKfcMSkyU3o=";
+  npmDepsHash = "sha256-KN8C9Y0tfhHVagk+CUMpI/bIRChhzxC9M27HkU4aTEc=";
 
   cargoDeps = rustPlatform.fetchCargoTarball {
     name = "${pname}-${version}";
     inherit src;
     sourceRoot = "${src.name}/${cargoRoot}";
-    hash = "sha256-I7wENo4cCxcllEyT/tgAavHNwYPrQkPXxg/oTsl/ClA=";
+    hash = "sha256-Qv4Tq0s+Pmr+ZEqbmbPfaPn/4qKVdzsHoI4wC8x6O48=";
   };
   cargoRoot = "apps/desktop/desktop_native";