cargo-tally: 1.0.2 -> 1.0.4

This commit is contained in:
R. Ryantm 2022-04-11 03:50:05 +00:00 committed by Yt
parent 16710ae6de
commit 8ceeec3f8d

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-tally";
version = "1.0.2";
version = "1.0.4";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-m5NLI0C7ett5Fmvs9t1vl2W6h7mjCtEFBc1AzYg9JfY=";
sha256 = "sha256-GUH/qWAC1vBLVV3K/qjkABH1agkyJEuhZGds+8UP1kQ=";
};
cargoSha256 = "sha256-AxjQUyxX5lLFPdEdETvZLHbgMYg/xOo7bcqn1TiDKsE=";
cargoSha256 = "sha256-qvWJvkNG7rPHvv2hqJrOyZOqqAhRvgWdrkgr/Tefnps=";
buildInputs = lib.optionals stdenv.isDarwin [
DiskArbitration