Skip to content

Commit

Permalink
Merge pull request #304015 from r-ryantm/auto-update/cargo-tally
Browse files Browse the repository at this point in the history
cargo-tally: 1.0.42 -> 1.0.43
  • Loading branch information
matthiasbeyer committed Apr 14, 2024
2 parents 55b4d7d + cf8ecfb commit 237bab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-tally/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-tally";
version = "1.0.42";
version = "1.0.43";

src = fetchCrate {
inherit pname version;
hash = "sha256-xtnWk5+08fc/NR0kGIhdpvMLAjXKUwH0tCtUIMMRb5s=";
hash = "sha256-LPqoq9iry8nNXphFdmjwepNB1bK8/myOEoT4UM0xF70=";
};

cargoHash = "sha256-fsKGd8W0Kdbjij8+44oxE6QiixUkwk0Mx3CefXMLSwg=";
cargoHash = "sha256-FU4NYa2S9x0IXhPtWM0PyOBCGCGHj80QR7DRuDgDYJY=";

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

0 comments on commit 237bab7

Please sign in to comment.