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/7babklinnmxaaiks7ng1b80mv0lg100v-update-vaultwarden.drv /nix/store/vrfmcb8zqpwhqhdi2la8d5fx042rklm5-packages.json.drv building '/nix/store/7babklinnmxaaiks7ng1b80mv0lg100v-update-vaultwarden.drv'... building '/nix/store/vrfmcb8zqpwhqhdi2la8d5fx042rklm5-packages.json.drv'... Going to be running update for following packages: - vaultwarden-1.30.3 Press Enter key to continue... Running update for: - vaultwarden-1.30.3: UPDATING ... - vaultwarden-1.30.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/security/vaultwarden/webvault.nix b/pkgs/tools/security/vaultwarden/webvault.nix index 2fceb8b05f95..6dae287e869f 100644 --- a/pkgs/tools/security/vaultwarden/webvault.nix +++ b/pkgs/tools/security/vaultwarden/webvault.nix @@ -7,13 +7,13 @@ }: let - version = "2024.1.2b"; + version = "2024.1.2"; bw_web_builds = fetchFromGitHub { owner = "dani-garcia"; repo = "bw_web_builds"; rev = "v${version}"; - hash = "sha256-p5UsI8T2cV5uQnQmOi5WBo2UirLLS83NHoaljxcRkqo="; + hash = "sha256-XpFGLZpX5BeP6cEZfGlNnh94aS6As0eCnllVyHLrOWo="; }; in buildNpmPackage rec { Package version did not change.