Commit 4ac5076d authored by R. RyanTM's avatar R. RyanTM
Browse files

cargo-tally: 1.0.16 -> 1.0.17

parent 4a9f9e03
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.16";
  version = "1.0.17";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-AOvZEfDjsDAj4ZlrTB5a7dregPffhE4/xpdy1ZtvZCI=";
    sha256 = "sha256-vtVE7BITzYP9vhSj7HfDm0Mar2bRPmeW1/mE977vvrA=";
  };

  cargoSha256 = "sha256-94f76eHYaMoDEWATtvap4wPbpJkLq49Fsp579eoxlBs=";
  cargoSha256 = "sha256-VHlnRk5EXZjf+EW/clDOFA+ohh9SqJiRvq1xQcP0Wrk=";

  buildInputs = lib.optionals stdenv.isDarwin [
    DiskArbitration