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 6ca4c0b commit 84f6299Copy full SHA for 84f6299
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.57";
+ version = "1.0.58";
12
13
src = fetchCrate {
14
inherit pname version;
15
- hash = "sha256-0f+23kQZzmUeAjettZ3iRTATiv73sGpI13TzZFTU150=";
+ hash = "sha256-a9Mgsxe3vNtvuqMJIm7nRL2aiYYzpArz7R5XQcZAUxc=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-6wMkRLF3Hn6zu8UM629RoUY83wmSEYaYX5EMb9xBveQ=";
+ cargoHash = "sha256-3ZlF3FyWzcVL/ZMqId3wY//UzV7LeoJJdftb0IIC7Vk=";
20
21
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
22
with darwin.apple_sdk_11_0.frameworks;
0 commit comments