cargo-shear: 1.1.12 -> 1.1.14 (#399083)

Co-authored-by: uncenter <uncenter@uncenter.dev>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-16 10:45:16 +00:00
committed by GitHub
co-authored by uncenter
+3 -3
View File
@@ -6,7 +6,7 @@
cargo-shear,
}:
let
version = "1.1.12";
version = "1.1.14";
in
rustPlatform.buildRustPackage {
pname = "cargo-shear";
@@ -16,11 +16,11 @@ rustPlatform.buildRustPackage {
owner = "Boshen";
repo = "cargo-shear";
rev = "v${version}";
hash = "sha256-FvZJ0RFa5b9BQuZ1fmkvJhZj59yAsKSkKoTE0Emzdos=";
hash = "sha256-xGNIk/9UYU1F/Qj2tGvBb5rEZWjVoTyzk23OJE6seps=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-sYRUyTdTT2+VJHuiY1apom+EQU1hR46fJ6TmwNapHb4=";
cargoHash = "sha256-olnkcA9Vt1+yFzL2ntfDmO4rzMuJ0JjJVqCl15xcdDI=";
# https://github.com/Boshen/cargo-shear/blob/a0535415a3ea94c86642f39f343f91af5cdc3829/src/lib.rs#L20-L23
SHEAR_VERSION = version;