about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2024-05-19 12:16:37 -0600
committerGitHub <noreply@github.com>2024-05-19 12:16:37 -0600
commit4d9b440f7f284ab3920c6d8e8045877e3e6da1d2 (patch)
treead2db154674932b16c7d36d7231c5688a8f115a7 /pkgs/tools
parent3ad3240fdc4be59ba907bc50083e228e79977b6c (diff)
parentd2faa91d1a70c8a3c9b0ebaceb897c844586b7ba (diff)
Merge pull request #312743 from SuperSandro2000/vaultwrden-web
vaultwarden: 2024.3.1 -> 2024.5.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/vaultwarden/webvault.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/security/vaultwarden/webvault.nix b/pkgs/tools/security/vaultwarden/webvault.nix
index 041b7ae3154a5..1b07086846da6 100644
--- a/pkgs/tools/security/vaultwarden/webvault.nix
+++ b/pkgs/tools/security/vaultwarden/webvault.nix
@@ -8,13 +8,13 @@
 }:
 
 let
-  version = "2024.3.1";
+  version = "2024.5.0";
 
   bw_web_builds = fetchFromGitHub {
     owner = "dani-garcia";
     repo = "bw_web_builds";
     rev = "v${version}";
-    hash = "sha256-oi0H8TIQwtpzxKoQGnKaOY0bcWu7avTtrY+NgNRiq8k=";
+    hash = "sha256-di0oOM3ju3rkDVGmKpvS6sCaIXL/QGawr0TUrQjZ8dM=";
   };
 
 in buildNpmPackage rec {
@@ -25,10 +25,10 @@ in buildNpmPackage rec {
     owner = "bitwarden";
     repo = "clients";
     rev = "web-v${lib.removeSuffix "b" version}";
-    hash = "sha256-JBEP4dNGL4rYKl2qNyhB2y/wZunikaGFltGVXLxgMWI=";
+    hash = "sha256-kQ2tWfkkG5aifA8UGb5X1wQkGZr6dcVlrb+b78RFX/k=";
   };
 
-  npmDepsHash = "sha256-vNudSHIMmF7oXGz+ZymQahyHebs/CBDc6Oy1g0A5nqA=";
+  npmDepsHash = "sha256-gprJGOE/uSSM3NHpcbelB7sueObEl4o522WRHIRFmwo=";
 
   postPatch = ''
     ln -s ${bw_web_builds}/{patches,resources} ..