Skip to content

Commit b97dab2

Browse files
authored
cargo-shear: 1.1.9 -> 1.1.11 (#392042)
2 parents 8e6ee3c + 38a8ee3 commit b97dab2

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.9";
9+
version = "1.1.11";
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-+FScGNBLEHO12i4szKqIU+8eYQHz3m16FeoYIuT5XDo=";
19+
hash = "sha256-2M0C4BCDWxcLz3X1exBjGqv5Ep/XKkGEuR5fBvusShU=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-6qHUbfx3ej8Srp/BivuLXjQKZcCN1mNOi+aVa0Q7wtY=";
23+
cargoHash = "sha256-ADbB5KvT0TlHAffFZiJpJDmEzwogfQi1SuA9UKL2H/U=";
2424

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

0 commit comments

Comments
 (0)