cargo-tally: 1.0.25 -> 1.0.26

Changelog: https://github.com/dtolnay/cargo-tally/releases/tag/1.0.26
This commit is contained in:
figsoda 2023-05-06 09:16:25 -04:00
parent bcfcffdb15
commit db2f37dfb2

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-tally";
version = "1.0.25";
version = "1.0.26";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-NoRA0l00TVk27ZOmYzGHxbWah08zLl1gL2caw8LT3I4=";
sha256 = "sha256-ojfDujEnwMwzgGklrR5iYJzRzOwn08vmAC1/v6N93kg=";
};
cargoSha256 = "sha256-K77opkbNZWymmWMxekSkdiCqmmwccxEqhRcPnrzHWVQ=";
cargoSha256 = "sha256-aYZsMyMz5IpkOontFQ2g09F+UjTmluOAlrbD+4etxKw=";
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
DiskArbitration