cargo-watch: 7.8.0 -> 7.8.1

This commit is contained in:
R. RyanTM 2021-07-19 22:46:18 +00:00 committed by Jonathan Ringer
parent ea9673e474
commit 459c95b6a7

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-watch";
version = "7.8.0";
version = "7.8.1";
src = fetchFromGitHub {
owner = "passcod";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZbVBwSg3roIMA+5LVP3omtTgbAJ7HAdJDXyAybWuRLw=";
sha256 = "sha256-g6k/7jo8pvTn5snU05uSGzprNMt8/x+bJsLb/y0jHRg=";
};
cargoSha256 = "sha256-6aoi/CLla/yKa5RuVgn8RJ9AK1j1wtZeBn+6tpXrJvA=";
cargoSha256 = "sha256-pfjWTkDw4D7eMADkPX01vapka8I6o0ZvkNjQt5X2pUk=";
buildInputs = lib.optionals stdenv.isDarwin [ CoreServices libiconv ];