vaultwarden: 1.35.1 -> 1.35.2 (#478626)

This commit is contained in:
dotlambda
2026-01-11 15:15:41 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -19,13 +19,13 @@ in
rustPlatform.buildRustPackage rec {
pname = "vaultwarden";
version = "1.35.1";
version = "1.35.2";
src = fetchFromGitHub {
owner = "dani-garcia";
repo = "vaultwarden";
tag = version;
hash = "sha256-Lp3BDObJItscI1ifx8kFScSCaOajQMycYgGfpjVTL8I=";
hash = "sha256-3/Wpn84QHTQ8yoj4lR2J8iUj39elg9CKP4lkQjDVVT4=";
};
cargoHash = "sha256-XqZOy84L6Spzd1NZf4CzZsdhDhrYNoQGToad4giFJR8=";
+2 -2
View File
@@ -11,7 +11,7 @@
buildNpmPackage rec {
pname = "vaultwarden-webvault";
version = "2025.12.1.0";
version = "2025.12.1.1";
# doesn't build with newer versions
nodejs = nodejs_22;
@@ -20,7 +20,7 @@ buildNpmPackage rec {
owner = "vaultwarden";
repo = "vw_web_builds";
tag = "v${version}";
hash = "sha256-s2PTB6ABN2qubwAjqWvO9jXndQxIHlI3qoTFBCRw8iU=";
hash = "sha256-/T0UPxGITxmTxl07NYufDnVat6EIC28oD+PEmmGaXXI=";
};
npmDepsHash = "sha256-tM+jAhM+/QB+o6wNJJMSZ/HTcWnPR0DyYItdhlVVyc4=";