Skip to content

Commit 2e11a22

Browse files
Merge pull request #334048 from r-ryantm/auto-update/vaultwarden
vaultwarden: 1.31.0 -> 1.32.0
2 parents fc35704 + ae16dda commit 2e11a22

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pkgs/tools/security/vaultwarden/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ in
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "vaultwarden";
12-
version = "1.31.0";
12+
version = "1.32.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "dani-garcia";
1616
repo = "vaultwarden";
1717
rev = version;
18-
hash = "sha256-fQjTSLPJQk1byjX+HADtQvQRqEaEiCmWjgA1WIMLBu4=";
18+
hash = "sha256-y8+hkvUKj0leJJ5w72HOVDSOtKW6y2Y44VfOZSetn4M=";
1919
};
2020

21-
cargoHash = "sha256-VWKkZvuv+B9V6pgxZRGlLIRUdLEh61RpOfEnOtEBKU0=";
21+
cargoHash = "sha256-1Z0ba1FhxQ5qVpofi0XD1MYz02QCvdXGeuViW3lU6JQ=";
2222

2323
# used for "Server Installed" version in admin panel
2424
env.VW_VERSION = version;

pkgs/tools/security/vaultwarden/webvault.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
}:
99

1010
let
11-
version = "2024.5.1b";
11+
version = "2024.6.2b";
1212

1313
bw_web_builds = fetchFromGitHub {
1414
owner = "dani-garcia";
1515
repo = "bw_web_builds";
1616
rev = "v${version}";
17-
hash = "sha256-5nlFt05ari9ovl+CaoyR/X9BzhsmsGyDt6eGLJ5ae/4=";
17+
hash = "sha256-Gcn/TOXdhMqGq4NTCPQTTEvN5rOQS3LImPUYBsv8de8=";
1818
};
1919

2020
in buildNpmPackage rec {
@@ -25,10 +25,10 @@ in buildNpmPackage rec {
2525
owner = "bitwarden";
2626
repo = "clients";
2727
rev = "web-v${lib.removeSuffix "b" version}";
28-
hash = "sha256-U/lAt2HfoHGMu6mOki/4+ljhU9FwkodvFBr5zcDO8Wk=";
28+
hash = "sha256-HMQ0oQ04WkLlUgsYt6ZpcziDq05mnSA0+VnJCpteceg=";
2929
};
3030

31-
npmDepsHash = "sha256-ui00afmnu77CTT9gh6asc4uT7AhVIuiD60sq/1f9viA=";
31+
npmDepsHash = "sha256-zMzQEM5mV14gewzYhy1F2bNEugXjZSOviYwYVV2Cb8c=";
3232

3333
postPatch = ''
3434
ln -s ${bw_web_builds}/{patches,resources} ..

0 commit comments

Comments
 (0)