cargo-dist 0 -> 1 attrpath: cargo-dist 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] this derivation will be built: /nix/store/vnad62hlc5skrg6g07i058qxmj4i3ygh-packages.json.drv building '/nix/store/vnad62hlc5skrg6g07i058qxmj4i3ygh-packages.json.drv'... Going to be running update for following packages: - cargo-dist-0.11.1 Press Enter key to continue... Running update for: - cargo-dist-0.11.1: UPDATING ... - cargo-dist-0.11.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/rust/cargo-dist/default.nix b/pkgs/development/tools/rust/cargo-dist/default.nix index 87026163fb90..3a48ef9e6778 100644 --- a/pkgs/development/tools/rust/cargo-dist/default.nix +++ b/pkgs/development/tools/rust/cargo-dist/default.nix @@ -14,16 +14,16 @@ rustPlatform.buildRustPackage rec { pname = "cargo-dist"; - version = "0.11.1"; + version = "0.12.0"; src = fetchFromGitHub { owner = "axodotdev"; repo = "cargo-dist"; rev = "v${version}"; - hash = "sha256-SnwTfRHa/1iVG5tcypFQXUTHEOTiXkICzyjdKNYXQcM="; + hash = "sha256-aAGT0yoosO/JOpHhbZG4FlyIxT9jwLPuV6/etH2uuoE="; }; - cargoHash = "sha256-Z3usfwxUQzrxAoINUZnM6Gffj1GEVaRNOg+XW5g8PH8="; + cargoHash = "sha256-ZwYu7k+tIcixvpCqjVscu7fkkb/sf/UzrncTzDmaqqU="; nativeBuildInputs = [ pkg-config An auto update branch exists with message `cargo-dist: 0.11.1 -> 0.12.0-prerelease.4`. New version is 0.12.0. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - cargo-dist: 0.11.1 -> 0.12.0-prerelease.4 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/294537"