Merge pull request #188932 from r-ryantm/auto-update/cargo-tally

cargo-tally: 1.0.9 -> 1.0.12
This commit is contained in:
figsoda 2022-08-30 10:53:54 -04:00 committed by GitHub
commit 2a4c98c78f
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.9";
version = "1.0.12";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-KwR//7UpVoxreQVBY4/GawdU9Bk0d2Qj9EW3odvofc0=";
sha256 = "sha256-v9nAiV3t/l6B+a7hzq4IYOetrNM5f22+nEIQncLs5tU=";
};
cargoSha256 = "sha256-myqSki5pBT01bsJcEy92HkZHbLaWT+5Tl5u4LEUmlK4=";
cargoSha256 = "sha256-/PypVUT6n2pdsWIN+5EGHmj/UlfguvlbufBlHvuROg8=";
buildInputs = lib.optionals stdenv.isDarwin [
DiskArbitration