git-ps-rs 6.6.0 -> 6.6.1 https://github.com/uptech/git-ps-rs/releases attrpath: git-ps-rs Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/tools/git-ps-rs/default.nix b/pkgs/development/tools/git-ps-rs/default.nix index 611578da280..574f4ac3943 100644 --- a/pkgs/development/tools/git-ps-rs/default.nix +++ b/pkgs/development/tools/git-ps-rs/default.nix @@ -12,13 +12,13 @@ rustPlatform.buildRustPackage rec { pname = "git-ps-rs"; - version = "6.6.0"; + version = "6.6.1"; src = fetchFromGitHub { owner = "uptech"; repo = "git-ps-rs"; rev = version; - hash = "sha256-pWad/OCSoszdEQb6Mb6fD4vsZRagbYa3TKft4IyGg94="; + hash = "sha256-CvwAyTwmGvipjwciexTxwniKKieFrMuqsCFTCWmSNyU="; }; cargoLock = { Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A git-ps-rs nix build failed. --- > name = "winreg" > version = "0.7.0" 1252c971 < checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" --- > checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" 1254c973 < "memchr", --- > "winapi", 1259c978 < version = "0.10.1" --- > version = "0.9.0" 1261c980 < checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" --- > checksum = "16cdb3898397cf7f624c294948669beafaeebc5577d5ec53d0afb76633593597" ERROR: cargoHash or cargoSha256 is out of date Cargo.lock is not the same in /build/cargo-vendor-dir To fix the issue: 1. Set cargoHash/cargoSha256 to an empty string: `cargoHash = "";` 2. Build the derivation and wait for it to fail with a hash mismatch 3. Copy the "got: sha256-..." value back into the cargoHash field You should have: cargoHash = "sha256-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=";