Skip to content

Commit c1bea9d

Browse files
cargo-shear: 1.2.7 -> 1.3.0 (#411602)
Co-authored-by: uncenter <[email protected]>
2 parents f90e9d8 + c65eab4 commit c1bea9d

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.2.7";
9+
version = "1.3.0";
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-IOTlDLHSFH93tgCaF8ZOboIRkGImcT+oDfbmKKjNDlM=";
19+
hash = "sha256-OOjN6JI5RWo2J2awX3ts4wlVptQ1mhQEk8acNOVjFz0=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-6Pu7qFOT9fPjtgjNqZ4mF37xNLuCIl1U3a23vGpRs4k=";
23+
cargoHash = "sha256-ha/soHq6lEZUQ/gfk4zQkRBGN3S6npJ2CHI2oyjDsXA=";
2424

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

0 commit comments

Comments
 (0)