Skip to content

Commit cbf6732

Browse files
cargo-tally: 1.0.61 -> 1.0.62 (#397295)
Co-authored-by: matthiasbeyer <[email protected]>
2 parents 159ff44 + 5218fdd commit cbf6732

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "cargo-tally";
11-
version = "1.0.61";
11+
version = "1.0.62";
1212

1313
src = fetchCrate {
1414
inherit pname version;
15-
hash = "sha256-54Hu7n5KD41aywL8IqhO0k7aR0N7yi3QNNTX1sqvGvE=";
15+
hash = "sha256-EZvwjxIw6ixaSvHod7l9178D7MRTk4MrWHPxy+UCgf4=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-1Grjj2uaEjr2YKvkd8cxJfUpR8OYqmtuSvIW4tSdIyM=";
19+
cargoHash = "sha256-aSOEaHlUeP8D0GDdI6iLnuRHFasTt1nM6EGzYxhIPvo=";
2020

2121
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
2222
with darwin.apple_sdk_11_0.frameworks;

0 commit comments

Comments
 (0)