cargo-shear: 1.1.9 -> 1.1.11

This commit is contained in:
R. Ryantm
2025-03-22 09:21:27 +00:00
parent 4f4026f3ee
commit 38a8ee3702
+3 -3
View File
@@ -6,7 +6,7 @@
cargo-shear,
}:
let
version = "1.1.9";
version = "1.1.11";
in
rustPlatform.buildRustPackage {
pname = "cargo-shear";
@@ -16,11 +16,11 @@ rustPlatform.buildRustPackage {
owner = "Boshen";
repo = "cargo-shear";
rev = "v${version}";
hash = "sha256-+FScGNBLEHO12i4szKqIU+8eYQHz3m16FeoYIuT5XDo=";
hash = "sha256-2M0C4BCDWxcLz3X1exBjGqv5Ep/XKkGEuR5fBvusShU=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-6qHUbfx3ej8Srp/BivuLXjQKZcCN1mNOi+aVa0Q7wtY=";
cargoHash = "sha256-ADbB5KvT0TlHAffFZiJpJDmEzwogfQi1SuA9UKL2H/U=";
# https://github.com/Boshen/cargo-shear/blob/a0535415a3ea94c86642f39f343f91af5cdc3829/src/lib.rs#L20-L23
SHEAR_VERSION = version;