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] Going to be running update for following packages: - cargo-dist-0.8.2 Press Enter key to continue... Running update for: - cargo-dist-0.8.2: UPDATING ... - cargo-dist-0.8.2: 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 5063a4baf40f..69c20a09e780 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.8.2"; + version = "0.9.0"; src = fetchFromGitHub { owner = "axodotdev"; repo = "cargo-dist"; rev = "v${version}"; - hash = "sha256-Y4jXAZgJj0d1fUFuM94umlj/JsawWs3KxEQAucsT24s="; + hash = "sha256-egmSYb+DMhki41PecdltFZc8wfckIPfTr64zYQ/Ttq4="; }; - cargoHash = "sha256-Jza9U5vL45rvDPLb4/iELneKgy1OTCMBM1JxfuxZigQ="; + cargoHash = "sha256-BpbH5JumQ9/cEBrj8wLnYD3J03E7t6qjVb1Dn2Ehurs="; nativeBuildInputs = [ pkg-config An auto update branch exists with message `cargo-dist: 0.8.2 -> 0.9.0-prerelease.2`. New version is 0.9.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.8.2 -> 0.9.0-prerelease.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/285666"