Commit 5218fdd7 authored by R. RyanTM's avatar R. RyanTM
Browse files

cargo-tally: 1.0.61 -> 1.0.62

parent 133091c9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,15 +8,15 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-tally";
  version = "1.0.61";
  version = "1.0.62";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-54Hu7n5KD41aywL8IqhO0k7aR0N7yi3QNNTX1sqvGvE=";
    hash = "sha256-EZvwjxIw6ixaSvHod7l9178D7MRTk4MrWHPxy+UCgf4=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-1Grjj2uaEjr2YKvkd8cxJfUpR8OYqmtuSvIW4tSdIyM=";
  cargoHash = "sha256-aSOEaHlUeP8D0GDdI6iLnuRHFasTt1nM6EGzYxhIPvo=";

  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
    with darwin.apple_sdk_11_0.frameworks;