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

cargo-watch: 8.5.1 -> 8.5.2
This commit is contained in:
Matthias Beyer 2024-01-20 09:11:24 +01:00 committed by GitHub
commit 688e34a9c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-watch";
version = "8.5.1";
version = "8.5.2";
src = fetchFromGitHub {
owner = "watchexec";
repo = pname;
rev = "v${version}";
hash = "sha256-MzwifQsOSJt9wq8bhVAY6HqXP4Zs4+a2GcG79PdAiMY=";
hash = "sha256-Vf6BFr8MphaUJoHMtksbbVQb+jha7jowhktQCVFxlxQ=";
};
cargoHash = "sha256-wyyIZ7i1icvD53hnUM4H/kvxj6K/pVzAAvKKp5LzwTE=";
cargoHash = "sha256-skUG1B6TCFEXeQSRwA6vWjXmNifk5bTR4+JESw7CZMo=";
buildInputs = lib.optionals stdenv.isDarwin [ Foundation Cocoa ];