netbird-ui 0.25.4 -> 0.25.5 https://github.com/netbirdio/netbird/releases attrpath: netbird-ui Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zf62yc1dpvqvc8zp0valla4lb1v3p3ar-packages.json.drv building '/nix/store/zf62yc1dpvqvc8zp0valla4lb1v3p3ar-packages.json.drv'... Going to be running update for following packages: - netbird-0.25.4 Press Enter key to continue... Running update for: - netbird-0.25.4: UPDATING ... - netbird-0.25.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/networking/netbird/default.nix b/pkgs/tools/networking/netbird/default.nix index 7555885ffcab..d50d14142c2f 100644 --- a/pkgs/tools/networking/netbird/default.nix +++ b/pkgs/tools/networking/netbird/default.nix @@ -31,16 +31,16 @@ let in buildGoModule rec { pname = "netbird"; - version = "0.25.4"; + version = "0.25.5"; src = fetchFromGitHub { owner = "netbirdio"; repo = pname; rev = "v${version}"; - hash = "sha256-M6n7uD1HPG0RA8PqNc7misIM9+w3uoJDjRhRcBQZKZM="; + hash = "sha256-b+zwDKuB6RRWCZTIjFIW9KA9N7KJhX7gdFJvDk0RtGc="; }; - vendorHash = "sha256-HPP1XOOX0YShrsMFwmfJ1CZq9wHjqYSFK+a+b7FEFdc="; + vendorHash = "sha256-vdGF7mIpE1PgCRsRCWE7cziKp9ZaIcxYUU6FREsFb70="; nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config; No auto update branch exists There might already be an open PR for this update: - netbird: 0.25.4 -> 0.25.5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/284335"