bitwarden_rs 0 -> 1 attrpath: bitwarden_rs Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/1g5wvkzs57nnc5ywm0lhmd6nn2s8hf6b-update-vaultwarden.drv /nix/store/bj2yvkcdrwr8rrq4aq1crdbzll3df8iq-packages.json.drv building '/nix/store/1g5wvkzs57nnc5ywm0lhmd6nn2s8hf6b-update-vaultwarden.drv'... building '/nix/store/bj2yvkcdrwr8rrq4aq1crdbzll3df8iq-packages.json.drv'... Going to be running update for following packages: - vaultwarden-1.30.1 Press Enter key to continue... Running update for: - vaultwarden-1.30.1: UPDATING ... - vaultwarden-1.30.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/security/vaultwarden/default.nix b/pkgs/tools/security/vaultwarden/default.nix index 762c8312c1e6..38e39bf5c4c7 100644 --- a/pkgs/tools/security/vaultwarden/default.nix +++ b/pkgs/tools/security/vaultwarden/default.nix @@ -9,16 +9,16 @@ in rustPlatform.buildRustPackage rec { pname = "vaultwarden"; - version = "1.30.1"; + version = "1.30.3"; src = fetchFromGitHub { owner = "dani-garcia"; repo = pname; rev = version; - hash = "sha256-9JCrEe0tla4v207XPgprLqP3g0BslpX8f7xa9aUhQcg="; + hash = "sha256-vUAgW/kTFO9yzWFIWqM1f6xEZYH8ojIdt2eOhP9ID8g="; }; - cargoHash = "sha256-4KyBMOdTAHe5uD6X69gMd0aqIo4w2Rqrlg+25yY2B6o="; + cargoHash = "sha256-+FmVkemZTlFOf+fnTJED3u13pXeAuP/wIvEb96Vwa6I="; nativeBuildInputs = [ pkg-config ]; buildInputs = with lib; [ openssl ] diff --git a/pkgs/tools/security/vaultwarden/webvault.nix b/pkgs/tools/security/vaultwarden/webvault.nix index 3e4180cc05b2..6dae287e869f 100644 --- a/pkgs/tools/security/vaultwarden/webvault.nix +++ b/pkgs/tools/security/vaultwarden/webvault.nix @@ -7,13 +7,13 @@ }: let - version = "2024.1.1b"; + version = "2024.1.2"; bw_web_builds = fetchFromGitHub { owner = "dani-garcia"; repo = "bw_web_builds"; rev = "v${version}"; - hash = "sha256-jdr+3sIFdKmi0CI3TyFv+wCbhOBJECKQtx+X5EZjRsQ="; + hash = "sha256-XpFGLZpX5BeP6cEZfGlNnh94aS6As0eCnllVyHLrOWo="; }; in buildNpmPackage rec { @@ -24,10 +24,10 @@ in buildNpmPackage rec { owner = "bitwarden"; repo = "clients"; rev = "web-v${lib.removeSuffix "b" version}"; - hash = "sha256-695iCkFhPEyyI4ekbjsdWpxgPy+bX392/X30HyL4F4Y="; + hash = "sha256-hzAkVzaCjwoZ/PMnsnSmsqUBWLhqfPWuWVujChy0V38="; }; - npmDepsHash = "sha256-IJ5JVz9hHu3NOzFJAyzfhsMfPQgYQGntDEDuBMI/iZc="; + npmDepsHash = "sha256-KTqPf8jy8cgGz0+1GssSzEfPVSSQlLenLPgHggNoGfc="; postPatch = '' ln -s ${bw_web_builds}/{patches,resources} .. No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A bitwarden_rs nix build failed.  Compiling tokio-rustls v0.24.1  Compiling rocket_http v0.5.0  Compiling rocket v0.5.0  Compiling rocket_ws v0.1.0  Compiling vaultwarden v1.0.0 (/build/source)  Compiling diesel v2.1.4  Compiling diesel_migrations v2.1.0  Finished release [optimized] target(s) in 1m 35s  Running unittests src/main.rs (target/x86_64-unknown-linux-gnu/release/deps/vaultwarden-a094a2dc66a3a45c) running 3 tests test api::core::two_factor::email::tests::test_obscure_email_long ... ok test api::core::two_factor::email::tests::test_obscure_email_short ... ok test db::models::organization::tests::partial_cmp_UserOrgType ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Finished cargoCheckHook checkPhase completed in 1 minutes 36 seconds @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase Executing cargoInstallHook Finished cargoInstallHook @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/36nnlj1n28g2rx8px6mx70s6qzgiwm17-vaultwarden-1.30.3 shrinking /nix/store/36nnlj1n28g2rx8px6mx70s6qzgiwm17-vaultwarden-1.30.3/bin/vaultwarden checking for references to /build/ in /nix/store/36nnlj1n28g2rx8px6mx70s6qzgiwm17-vaultwarden-1.30.3... patching script interpreter paths in /nix/store/36nnlj1n28g2rx8px6mx70s6qzgiwm17-vaultwarden-1.30.3 stripping (with command strip and flags -S -p) in /nix/store/36nnlj1n28g2rx8px6mx70s6qzgiwm17-vaultwarden-1.30.3/bin