bitwarden_rs 1.26.0 -> 1.27.0 https://github.com/dani-garcia/vaultwarden/releases 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 [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/7snnjx04ns2bvzg2v6ql7ygjk3z8ziyz-update-vaultwarden.drv /nix/store/d8vrr4f64432kl2hrw01c6isf3f35za6-packages.json.drv building '/nix/store/7snnjx04ns2bvzg2v6ql7ygjk3z8ziyz-update-vaultwarden.drv'... building '/nix/store/d8vrr4f64432kl2hrw01c6isf3f35za6-packages.json.drv'... Going to be running update for following packages: - vaultwarden-1.26.0 Press Enter key to continue... Running update for: - vaultwarden-1.26.0: UPDATING ... - vaultwarden-1.26.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/security/vaultwarden/default.nix b/pkgs/tools/security/vaultwarden/default.nix index c3240a32e53..78afb73343f 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.26.0"; + version = "1.27.0"; src = fetchFromGitHub { owner = "dani-garcia"; repo = pname; rev = version; - sha256 = "sha256-LPIc1odUBvjVJty3GYYFNhile4XBWMisLUeVtWH6xgE="; + sha256 = "sha256-QvU1Y3syr6PZbTRebbZF4sEzI4lIj1enJe2F/gGfvQM="; }; - cargoSha256 = "sha256-IfseODaoqlPNBlVjS+9+rKXAOq29TgULMA/ogmqg0NA="; + cargoSha256 = "sha256-lylRGg5pzJ4sBS3bY4ObMoJ5s5kakMLTtq1VOnmS5HM="; postPatch = '' # Upstream specifies 1.57; nixpkgs has 1.56 which also produces a working diff --git a/pkgs/tools/security/vaultwarden/webvault.nix b/pkgs/tools/security/vaultwarden/webvault.nix index b2ac61fc857..74a75e24339 100644 --- a/pkgs/tools/security/vaultwarden/webvault.nix +++ b/pkgs/tools/security/vaultwarden/webvault.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "vaultwarden-webvault"; - version = "2022.10.0"; + version = "2022.12.0"; src = fetchurl { url = "https://github.com/dani-garcia/bw_web_builds/releases/download/v${version}/bw_web_v${version}.tar.gz"; - hash = "sha256-Sf1YnOikjZmloTQvdrFH/UAevQqKQEkNNrCRUhvNZfA="; + hash = "sha256-QC3/aqIF2NdJPHmwUbvJR62wsUGBrgsHJCyqBJ/0gMc="; }; buildCommand = '' 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 reqwest v0.11.13  Compiling yubico v0.11.0  Compiling rocket v0.5.0-rc.2  Compiling vaultwarden v1.0.0 (/build/source)  Compiling diesel v2.0.2  Compiling diesel_migrations v2.0.0  Finished release [optimized] target(s) in 1m 16s  Running unittests src/main.rs (target/x86_64-unknown-linux-gnu/release/deps/vaultwarden-a13ae466d2966a16) running 3 tests test api::core::two_factor::email::tests::test_obscure_email_short ... ok test api::core::two_factor::email::tests::test_obscure_email_long ... 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 16 seconds @nix { "action": "setPhase", "phase": "installPhase" } installing Executing cargoInstallHook Finished cargoInstallHook @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/p0fxi9x3kzvsj1qrhsrhchq4wz6x9zpj-vaultwarden-1.27.0 shrinking /nix/store/p0fxi9x3kzvsj1qrhsrhchq4wz6x9zpj-vaultwarden-1.27.0/bin/vaultwarden strip is /nix/store/wn31i3dzwahz6ccws8bs1nwyqrpgsvj7-gcc-wrapper-11.3.0/bin/strip stripping (with command strip and flags -S) in /nix/store/p0fxi9x3kzvsj1qrhsrhchq4wz6x9zpj-vaultwarden-1.27.0/bin patching script interpreter paths in /nix/store/p0fxi9x3kzvsj1qrhsrhchq4wz6x9zpj-vaultwarden-1.27.0 checking for references to /build/ in /nix/store/p0fxi9x3kzvsj1qrhsrhchq4wz6x9zpj-vaultwarden-1.27.0...