Skip to content

Commit

Permalink
cargo-tally: 1.0.56 -> 1.0.57 (NixOS#370578)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 4, 2025
2 parents 0f0feb4 + ff49134 commit 16d4f80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ca/cargo-tally/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-tally";
version = "1.0.56";
version = "1.0.57";

src = fetchCrate {
inherit pname version;
hash = "sha256-IB1OoS9pdFHFewLfeu1cVCffLGtPvCJlVkIBZxtBkm4=";
hash = "sha256-0f+23kQZzmUeAjettZ3iRTATiv73sGpI13TzZFTU150=";
};

cargoHash = "sha256-uPlilomHib10/v2HKBjU/ln0B4QkKpFJPpKf37RO7Oo=";
cargoHash = "sha256-o4S13uvKYLUUmx6tHQpCm7U9AOtmg8P60NxdNsXy9Fc=";

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
with darwin.apple_sdk_11_0.frameworks;
Expand Down

0 comments on commit 16d4f80

Please sign in to comment.