cargo-shear: 1.2.6 -> 1.2.7 (#408227)

Co-authored-by: uncenter <uncenter@uncenter.dev>

authored by nixpkgs-merge-bot[bot] uncenter and committed by GitHub c9694cda 648a999c

+3 -3
+3 -3
pkgs/by-name/ca/cargo-shear/package.nix
··· 6 cargo-shear, 7 }: 8 let 9 - version = "1.2.6"; 10 in 11 rustPlatform.buildRustPackage { 12 pname = "cargo-shear"; ··· 16 owner = "Boshen"; 17 repo = "cargo-shear"; 18 rev = "v${version}"; 19 - hash = "sha256-BLBC4L3GropYXANTKXwOYwp1my6p0L0fZ4YN9aF4HaA="; 20 }; 21 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-Fd1Rw2LeONIJCrvyNKBpTquUKAMLPcaAcWI7N8Ii6Bs="; 24 25 # https://github.com/Boshen/cargo-shear/blob/a0535415a3ea94c86642f39f343f91af5cdc3829/src/lib.rs#L20-L23 26 SHEAR_VERSION = version;
··· 6 cargo-shear, 7 }: 8 let 9 + version = "1.2.7"; 10 in 11 rustPlatform.buildRustPackage { 12 pname = "cargo-shear"; ··· 16 owner = "Boshen"; 17 repo = "cargo-shear"; 18 rev = "v${version}"; 19 + hash = "sha256-IOTlDLHSFH93tgCaF8ZOboIRkGImcT+oDfbmKKjNDlM="; 20 }; 21 22 useFetchCargoVendor = true; 23 + cargoHash = "sha256-6Pu7qFOT9fPjtgjNqZ4mF37xNLuCIl1U3a23vGpRs4k="; 24 25 # https://github.com/Boshen/cargo-shear/blob/a0535415a3ea94c86642f39f343f91af5cdc3829/src/lib.rs#L20-L23 26 SHEAR_VERSION = version;