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

cargo-tally: 1.0.13 -> 1.0.14
This commit is contained in:
figsoda 2022-09-20 12:40:32 -04:00 committed by GitHub
commit ca67f15cae
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.13";
version = "1.0.14";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-9w3/zQqcHtZ91WDolAru9aNG9pV8HuXvujvp3NlOcgU=";
sha256 = "sha256-hsKrkLkHD5NM3sSVHKIa/dxiW5TszryX8bksGqpZ9fI=";
};
cargoSha256 = "sha256-CGP3KMJFDIl+MLzI9aQ2OM4tUuOQEtG4nET14zt7PD0=";
cargoSha256 = "sha256-9ozabY3tsgQa6nsSsF07juOM+oFJSXGcYOz3uju/tLg=";
buildInputs = lib.optionals stdenv.isDarwin [
DiskArbitration