cargo-tally: 1.0.27 -> 1.0.28

Diff: https://diff.rs/cargo-tally/1.0.27/1.0.28

Changelog: https://github.com/dtolnay/cargo-tally/releases/tag/1.0.28
This commit is contained in:
figsoda
2023-08-05 15:22:04 -04:00
parent dcead249cc
commit 30cbe813b9
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-tally";
version = "1.0.27";
version = "1.0.28";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-Nit2CRhshbNWHRJhQAEYqgulfQGD19OToepp/M7O2DU=";
sha256 = "sha256-vPOQC/bpjmjQzHZZHVMTil2XqIbKhxb7461dWCgySQk=";
};
cargoSha256 = "sha256-mRl+x0oXomOS3VK6NpVIrGhv3Q27Ez7RHiuaR8L5rGk=";
cargoSha256 = "sha256-SL9fIZpMG+XfNHV0xEQyrm13MphIWv6I/cFUOVrA6bA=";
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
DiskArbitration