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

cargo-tally: 1.0.39 -> 1.0.40

authored by Nick Cao and committed by GitHub dc171886 676c56d0

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-tally/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "cargo-tally"; 5 - version = "1.0.39"; 6 7 src = fetchCrate { 8 inherit pname version; 9 - hash = "sha256-7YUS+MaUmZ9dopeailASZQdmJiyVLwdXV0agA1upXsE="; 10 }; 11 12 - cargoHash = "sha256-eEfuFYl949Ps9cstO61j4GTdMHk2SjpRpWxK4onTgfw="; 13 14 buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [ 15 DiskArbitration
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "cargo-tally"; 5 + version = "1.0.40"; 6 7 src = fetchCrate { 8 inherit pname version; 9 + hash = "sha256-X+Tbse4svpGCQuspmfMv3iMJRCbX4LVB+rfYrFlOy98="; 10 }; 11 12 + cargoHash = "sha256-+/6Cwonu/W17ZhAqp902hUeonPZ4DOuC+Z4Ix16pNkY="; 13 14 buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [ 15 DiskArbitration