Skip to content

Commit

Permalink
Merge pull request NixOS#278047 from r-ryantm/auto-update/cargo-tally
Browse files Browse the repository at this point in the history
cargo-tally: 1.0.32 -> 1.0.33
  • Loading branch information
NickCao authored Jan 1, 2024
2 parents 886dc9e + 0c9dbdf commit 042cfc5
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.32";
version = "1.0.33";

src = fetchCrate {
inherit pname version;
hash = "sha256-sbSGqVH0pEFhNhIBu/RzrkEViN4ilEJbgYQEtxU986E=";
hash = "sha256-8tOADZV1Kz9o+1fEMOH8/ZX7Fj4uxTdHV5xoa6DXzwM=";
};

cargoHash = "sha256-VMFPWAdOeAYsr0tdlSxtYsahEm/8K0L25lOfPG0P+uU=";
cargoHash = "sha256-hvVDnBD4MI+yzG/vCGhMlOHZRLYiAsCKZDD5tPaaPhg=";

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

0 comments on commit 042cfc5

Please sign in to comment.