cargo-tally: 1.0.29 -> 1.0.30

This commit is contained in:
Aaron Jheng 2023-09-23 14:35:43 +08:00
parent 4d419fa923
commit 59b85ca336
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-tally";
version = "1.0.29";
version = "1.0.30";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-SCxigQ6jhT+r6ixgCGwWDtvU8WUJ+5eWYe8DIWPBWhY=";
hash = "sha256-5k4nx4VSYN4jscCwj5NVYnV5/GS0PRCA23xR6STHr88=";
};
cargoSha256 = "sha256-ZX2T+wKIgYJqOK6118wmsMBKigtJvPqJ2hVtyh23zUk=";
cargoHash = "sha256-eyGDizffuIPpa797YplD6763/JlVtoMAxybK9KsgmLE=";
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
DiskArbitration