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/wz8xmjfy9bik8wd1b8hsl7mkmg5p836s-update-vaultwarden.drv /nix/store/nic837vfc0kl8nivcrch45p86wkl0wyh-packages.json.drv this path will be fetched (1.06 MiB download, 7.00 MiB unpacked): /nix/store/x5j3mlzv7ml1mkkhnh57iykpsd7vrp16-ShellCheck-0.10.0 copying path '/nix/store/x5j3mlzv7ml1mkkhnh57iykpsd7vrp16-ShellCheck-0.10.0' from 'https://cache.nixos.org'... building '/nix/store/wz8xmjfy9bik8wd1b8hsl7mkmg5p836s-update-vaultwarden.drv'... building '/nix/store/nic837vfc0kl8nivcrch45p86wkl0wyh-packages.json.drv'... Going to be running update for following packages: - vaultwarden-1.30.5 Press Enter key to continue... Running update for: - vaultwarden-1.30.5: UPDATING ... - vaultwarden-1.30.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/security/vaultwarden/webvault.nix b/pkgs/tools/security/vaultwarden/webvault.nix index cba624eb0982..528ba9434c44 100644 --- a/pkgs/tools/security/vaultwarden/webvault.nix +++ b/pkgs/tools/security/vaultwarden/webvault.nix @@ -8,13 +8,13 @@ }: let - version = "2024.3.0"; + version = "2024.1.2b"; bw_web_builds = fetchFromGitHub { owner = "dani-garcia"; repo = "bw_web_builds"; rev = "v${version}"; - hash = "sha256-nlFs0cOehbGhk/XxWAuNJNhImHDZA3pvci1WdcBy6Ro="; + hash = "sha256-p5UsI8T2cV5uQnQmOi5WBo2UirLLS83NHoaljxcRkqo="; }; in buildNpmPackage rec { @@ -25,10 +25,10 @@ in buildNpmPackage rec { owner = "bitwarden"; repo = "clients"; rev = "web-v${lib.removeSuffix "b" version}"; - hash = "sha256-/YpqGyDesz4ZyIaLGWbxJZkEGFW7IsTfuy/74NuiOS0="; + hash = "sha256-hzAkVzaCjwoZ/PMnsnSmsqUBWLhqfPWuWVujChy0V38="; }; - npmDepsHash = "sha256-iwYzxvLPebQiU20TafzdFgQXnNNHK8s0Jwo83VKy4u8="; + npmDepsHash = "sha256-KTqPf8jy8cgGz0+1GssSzEfPVSSQlLenLPgHggNoGfc="; postPatch = '' ln -s ${bw_web_builds}/{patches,resources} .. Package version did not change.