File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
pkgs/tools/security/vaultwarden Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99
1010rustPlatform . 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 ;
Original file line number Diff line number Diff line change 88} :
99
1010let
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
2020in 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} ..
You can’t perform that action at this time.
0 commit comments