We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133091c commit 5218fddCopy full SHA for 5218fdd
pkgs/by-name/ca/cargo-tally/package.nix
@@ -8,15 +8,15 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "cargo-tally";
11
- version = "1.0.61";
+ version = "1.0.62";
12
13
src = fetchCrate {
14
inherit pname version;
15
- hash = "sha256-54Hu7n5KD41aywL8IqhO0k7aR0N7yi3QNNTX1sqvGvE=";
+ hash = "sha256-EZvwjxIw6ixaSvHod7l9178D7MRTk4MrWHPxy+UCgf4=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-1Grjj2uaEjr2YKvkd8cxJfUpR8OYqmtuSvIW4tSdIyM=";
+ cargoHash = "sha256-aSOEaHlUeP8D0GDdI6iLnuRHFasTt1nM6EGzYxhIPvo=";
20
21
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
22
with darwin.apple_sdk_11_0.frameworks;
0 commit comments