Skip to content

Commit

Permalink
cargo-watch: 8.5.2 -> 8.5.3 (#350870)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 24, 2024
2 parents c7225e3 + 5b57bd4 commit 13b932f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-watch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-watch";
version = "8.5.2";
version = "8.5.3";

src = fetchFromGitHub {
owner = "watchexec";
repo = pname;
rev = "v${version}";
hash = "sha256-Vf6BFr8MphaUJoHMtksbbVQb+jha7jowhktQCVFxlxQ=";
hash = "sha256-agwK20MkvnhqSVAWMy3HLkUJbraINn12i6VAg8mTzBk=";
};

cargoHash = "sha256-skUG1B6TCFEXeQSRwA6vWjXmNifk5bTR4+JESw7CZMo=";
cargoHash = "sha256-oqGc5haN8Jyi0eQf8egrRXWxi0RGVdIFhpGKgmFB8DI=";

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Foundation Cocoa ];

Expand Down

0 comments on commit 13b932f

Please sign in to comment.