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

Merge pull request #208410 from r-ryantm/auto-update/cargo-watch

cargo-watch: 8.1.2 -> 8.3.0
parents 391ae899 d3b25c42
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-watch";
  version = "8.1.2";
  version = "8.3.0";

  src = fetchFromGitHub {
    owner = "passcod";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-zhOYKvsCK5am4Ystt3+cPAQM77IlIBJysAEix5cXKbI=";
    sha256 = "sha256-2keI5hTWglqh+mLeGzRCxpfnUt6kur0I9fefYwZr5l4=";
  };

  cargoSha256 = "sha256-OAOzrGS8n0jfUiQyIAHWLJMEkRINyasgkIjiLw977LE=";
  cargoHash = "sha256-kR12j0Z7nXfwh9nPT35/LpkK56a8D1gvVkl9/2s6rIQ=";

  buildInputs = lib.optionals stdenv.isDarwin [ CoreServices Foundation libiconv ];