netbird 0 -> 1 attrpath: netbird 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/p36lk78wgkiqzhkvzs2kcszqp3885r4l-packages.json.drv building '/nix/store/p36lk78wgkiqzhkvzs2kcszqp3885r4l-packages.json.drv'... Going to be running update for following packages: - netbird-0.25.5 Press Enter key to continue... Running update for: - netbird-0.25.5: UPDATING ... - netbird-0.25.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/networking/netbird/default.nix b/pkgs/tools/networking/netbird/default.nix index b4f37a7d3be4..95684d8e06ea 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.5"; + version = "0.25.6"; src = fetchFromGitHub { owner = "netbirdio"; repo = pname; rev = "v${version}"; - hash = "sha256-b+zwDKuB6RRWCZTIjFIW9KA9N7KJhX7gdFJvDk0RtGc="; + hash = "sha256-eGTyH+IjCNvqRwUQa+z2Xp1JRXrgaSQuV8SE1dxL+Mg="; }; - vendorHash = "sha256-vdGF7mIpE1PgCRsRCWE7cziKp9ZaIcxYUU6FREsFb70="; + vendorHash = "sha256-61i/QqUFuKXbOGBJVDRi5BdUxB/k18RM8dvgQwiHb/k="; nativeBuildInputs = [ installShellFiles ] ++ lib.optional ui pkg-config; No auto update branch exists There might already be an open PR for this update: - netbird-ui: 0.25.5 -> 0.25.6 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/286677"