Skip to content

Commit 5b037fa

Browse files
cargo-shear: 1.1.11 -> 1.1.12 (#396180)
Co-authored-by: uncenter <[email protected]>
2 parents ae62c94 + 404aaf2 commit 5b037fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ca/cargo-shear/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
cargo-shear,
77
}:
88
let
9-
version = "1.1.11";
9+
version = "1.1.12";
1010
in
1111
rustPlatform.buildRustPackage {
1212
pname = "cargo-shear";
@@ -16,11 +16,11 @@ rustPlatform.buildRustPackage {
1616
owner = "Boshen";
1717
repo = "cargo-shear";
1818
rev = "v${version}";
19-
hash = "sha256-2M0C4BCDWxcLz3X1exBjGqv5Ep/XKkGEuR5fBvusShU=";
19+
hash = "sha256-FvZJ0RFa5b9BQuZ1fmkvJhZj59yAsKSkKoTE0Emzdos=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-ADbB5KvT0TlHAffFZiJpJDmEzwogfQi1SuA9UKL2H/U=";
23+
cargoHash = "sha256-sYRUyTdTT2+VJHuiY1apom+EQU1hR46fJ6TmwNapHb4=";
2424

2525
# https://github.com/Boshen/cargo-shear/blob/a0535415a3ea94c86642f39f343f91af5cdc3829/src/lib.rs#L20-L23
2626
SHEAR_VERSION = version;

0 commit comments

Comments
 (0)