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

Co-authored-by: uncenter <uncenter@uncenter.dev>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-18 04:29:02 +00:00
committed by GitHub
co-authored by uncenter
+3 -3
View File
@@ -6,7 +6,7 @@
cargo-shear,
}:
let
version = "1.2.6";
version = "1.2.7";
in
rustPlatform.buildRustPackage {
pname = "cargo-shear";
@@ -16,11 +16,11 @@ rustPlatform.buildRustPackage {
owner = "Boshen";
repo = "cargo-shear";
rev = "v${version}";
hash = "sha256-BLBC4L3GropYXANTKXwOYwp1my6p0L0fZ4YN9aF4HaA=";
hash = "sha256-IOTlDLHSFH93tgCaF8ZOboIRkGImcT+oDfbmKKjNDlM=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Fd1Rw2LeONIJCrvyNKBpTquUKAMLPcaAcWI7N8Ii6Bs=";
cargoHash = "sha256-6Pu7qFOT9fPjtgjNqZ4mF37xNLuCIl1U3a23vGpRs4k=";
# https://github.com/Boshen/cargo-shear/blob/a0535415a3ea94c86642f39f343f91af5cdc3829/src/lib.rs#L20-L23
SHEAR_VERSION = version;