Merge pull request #184991 from figsoda/update-cargo-tally

This commit is contained in:
Sandro 2022-08-03 14:46:01 +02:00 committed by GitHub
commit 47ac9d7db8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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