cargo-tally: 1.0.24 -> 1.0.25

Changelog: https://github.com/dtolnay/cargo-tally/releases/tag/1.0.25
This commit is contained in:
figsoda 2023-04-02 23:05:40 -04:00
parent 28031f7579
commit dedf1dae04

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-tally";
version = "1.0.24";
version = "1.0.25";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-oMqmivRKnrhkvGnkj9fmFUhqkh846lABfAWg/6+a/yM=";
sha256 = "sha256-NoRA0l00TVk27ZOmYzGHxbWah08zLl1gL2caw8LT3I4=";
};
cargoSha256 = "sha256-mZ7EV3ZnmfhGOmmUUEHX71ssHNBT6u1l4U7H/b727hE=";
cargoSha256 = "sha256-K77opkbNZWymmWMxekSkdiCqmmwccxEqhRcPnrzHWVQ=";
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
DiskArbitration