cargo-tally: 1.0.20 -> 1.0.21

This commit is contained in:
figsoda 2022-12-30 23:38:55 -05:00
parent 79e3c9f615
commit e2d79ecb30

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-tally";
version = "1.0.20";
version = "1.0.21";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-fhZR8bP8hSCkghRL0uOR0GBeIQtDa2+vzpsjgZq7yio=";
sha256 = "sha256-YEsgXIZ4R2w0HOkTV8LOGi2g32nHRs63nhk9yVR4vak=";
};
cargoSha256 = "sha256-7446cO7DkHy2PAPQg+nlwrHxBQhQh5AUOu+jXLKo61U=";
cargoSha256 = "sha256-jLbYC862fZONvMHh0CLsiuUmn/hmAF6sRLuav3P+bck=";
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [
DiskArbitration