amazon-qldb-shell 2.0.1 -> 2.0.2 https://github.com/awslabs/amazon-qldb-shell/releases attrpath: amazon-qldb-shell 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/amazon-qldb-shell/default.nix b/pkgs/development/tools/amazon-qldb-shell/default.nix index 351a8bf5fabc..580478e3db50 100644 --- a/pkgs/development/tools/amazon-qldb-shell/default.nix +++ b/pkgs/development/tools/amazon-qldb-shell/default.nix @@ -9,7 +9,7 @@ let pname = "amazon-qldb-shell"; - version = "2.0.1"; + version = "2.0.2"; package = rustPlatform.buildRustPackage { inherit pname version; @@ -17,7 +17,7 @@ let owner = "awslabs"; repo = pname; rev = "v${version}"; - sha256 = "sha256-aXScqJ1LijMSAy9YkS5QyXtTqxd19lLt3BbyVXlbw8o="; + sha256 = "sha256-n4anljlPGtRr8Uuz5pLVKEfoRXzcn1RsEXdDvg/NuJ0="; }; nativeBuildInputs = [ cmake rustPlatform.bindgenHook ]; Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A amazon-qldb-shell nix build failed. > version = "0.32.0" > source = "registry+https://github.com/rust-lang/crates.io-index" > checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316" > > [[package]] > name = "wyz" > version = "0.2.0" 2691c2813 < checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" --- > checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214" 2701c2823 < version = "1.5.7" --- > version = "1.5.2" 2703c2825 < checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" --- > checksum = "7c88870063c39ee00ec285a2f8d6a966e5b6fb2becc4e8dac77ed0d370ed6006" 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=";