Unverified Commit 3dd0d739 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #194128 from figsoda/update-cargo-tally

cargo-tally: 1.0.15 -> 1.0.16
parents 3b670d1d e1fdf86f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-tally";
  version = "1.0.15";
  version = "1.0.16";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-vrDPFJB0/kRSZot8LdYO6lPI8oR5G4CZv6Z31gF7XII=";
    sha256 = "sha256-AOvZEfDjsDAj4ZlrTB5a7dregPffhE4/xpdy1ZtvZCI=";
  };

  cargoSha256 = "sha256-dkCfOTZCu9MgqvKJRWwyVfCu1Ul0wDCJznM+N2hPpwo=";
  cargoSha256 = "sha256-94f76eHYaMoDEWATtvap4wPbpJkLq49Fsp579eoxlBs=";

  buildInputs = lib.optionals stdenv.isDarwin [
    DiskArbitration