cargo-tally: 1.0.47 -> 1.0.48

(cherry picked from commit a2788c5179)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
R. Ryantm 2024-07-05 13:30:11 +00:00 committed by Matthias Beyer
parent 43b0bf9e2b
commit 780431f729
No known key found for this signature in database

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-tally";
version = "1.0.47";
version = "1.0.48";
src = fetchCrate {
inherit pname version;
hash = "sha256-G52Nr+Cc6h/26T0HxQ691PRgHUUC2TuoRstNdibGJ1Q=";
hash = "sha256-BrWJKM7Vkvjlkn3PCBe45epQc2SkjKVlttQF0/AHSls=";
};
cargoHash = "sha256-WFh7bfkcDMBkowP4YsMxy95PXYKhA4uVW4MYyT22E0o=";
cargoHash = "sha256-Dkz3QJchUAn4/kQsmQcSfxVrRdiCA2qJSOTszfvE4No=";
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
DiskArbitration