Skip to content

Commit

Permalink
cargo-watch: 8.1.0 -> 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 22, 2021
1 parent 8ef88fb commit b45b1d6
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 @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-watch";
version = "8.1.0";
version = "8.1.1";

src = fetchFromGitHub {
owner = "passcod";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Vvr/O0Xk9hmUVUFoOk/MzTlEvR0Spx5n/9lsE2HfkF8=";
sha256 = "sha256-wv1aD20VHar0V7oKOEKIX3klGVXauMXU4vL+NgNeZPk=";
};

cargoSha256 = "sha256-kX9CE95Z2nLb6VM19bu+UkOZ/hsjHUo/JMu0Y0xont0=";
cargoSha256 = "sha256-qhCDrZAG1FcPYKMj2C/m+5Dplko4Tpp1hGpRdGOK/Ds=";

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

Expand Down

0 comments on commit b45b1d6

Please sign in to comment.