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

cargo-tally: 1.0.16 -> 1.0.17
This commit is contained in:
figsoda 2022-10-30 13:00:04 -04:00 committed by GitHub
commit eac10de668
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.16";
version = "1.0.17";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-AOvZEfDjsDAj4ZlrTB5a7dregPffhE4/xpdy1ZtvZCI=";
sha256 = "sha256-vtVE7BITzYP9vhSj7HfDm0Mar2bRPmeW1/mE977vvrA=";
};
cargoSha256 = "sha256-94f76eHYaMoDEWATtvap4wPbpJkLq49Fsp579eoxlBs=";
cargoSha256 = "sha256-VHlnRk5EXZjf+EW/clDOFA+ohh9SqJiRvq1xQcP0Wrk=";
buildInputs = lib.optionals stdenv.isDarwin [
DiskArbitration