3
0
Fork 0
forked from mirrors/nixpkgs

cargo-tally: 1.0.8 -> 1.0.9

This commit is contained in:
figsoda 2022-08-03 18:46:30 +08:00
parent 760d3a51b0
commit 15a85b2908

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-tally";
version = "1.0.8";
version = "1.0.9";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-NGYXe94eHvRQNxJgH7EiQaL9S+dtNlUrpVSWWQ/wHWY=";
sha256 = "sha256-KwR//7UpVoxreQVBY4/GawdU9Bk0d2Qj9EW3odvofc0=";
};
cargoSha256 = "sha256-vXhZyVMKa/itc+loKuSkSqIWyS3VSowOg1QRS213DPo=";
cargoSha256 = "sha256-myqSki5pBT01bsJcEy92HkZHbLaWT+5Tl5u4LEUmlK4=";
buildInputs = lib.optionals stdenv.isDarwin [
DiskArbitration