cargo-tally: 1.0.28 -> 1.0.29

Diff: https://diff.rs/cargo-tally/1.0.28/1.0.29

Changelog: https://github.com/dtolnay/cargo-tally/releases/tag/1.0.29
This commit is contained in:
figsoda
2023-08-25 09:53:48 -04:00
parent f91bdefdc4
commit c8fac2d09d
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-tally";
version = "1.0.28";
version = "1.0.29";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-vPOQC/bpjmjQzHZZHVMTil2XqIbKhxb7461dWCgySQk=";
sha256 = "sha256-SCxigQ6jhT+r6ixgCGwWDtvU8WUJ+5eWYe8DIWPBWhY=";
};
cargoSha256 = "sha256-SL9fIZpMG+XfNHV0xEQyrm13MphIWv6I/cFUOVrA6bA=";
cargoSha256 = "sha256-ZX2T+wKIgYJqOK6118wmsMBKigtJvPqJ2hVtyh23zUk=";
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
DiskArbitration