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

cargo-tally: 1.0.5 -> 1.0.8
This commit is contained in:
Mario Rodas 2022-07-10 16:44:29 -05:00 committed by GitHub
commit a4d73e8277
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.5";
version = "1.0.8";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-LHkj+RiUF7Zg2egEDgpViAlhZEhrOBMgLaNdhk5BNFI=";
sha256 = "sha256-NGYXe94eHvRQNxJgH7EiQaL9S+dtNlUrpVSWWQ/wHWY=";
};
cargoSha256 = "sha256-am5AcgqRpMzCNvrfqreyTHqSxxI9qlqUmGU/SVW7TMY=";
cargoSha256 = "sha256-vXhZyVMKa/itc+loKuSkSqIWyS3VSowOg1QRS213DPo=";
buildInputs = lib.optionals stdenv.isDarwin [
DiskArbitration