Merge pull request #334127 from nadir-ishiguro/update-watchexec

watchexec: 2.1.1 -> 2.1.2
This commit is contained in:
Peder Bergebakken Sundt 2024-08-18 00:38:19 +02:00 committed by GitHub
commit 0d71e47146
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "watchexec";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-S0c/UqdbEqhZRkxZonW1TPQLmGbZeiK14yPbW5dpI70=";
hash = "sha256-mH670pBxSQQ4mTtX6O71aRRxRVyz0J7r4227UsUJ5LE=";
};
cargoHash = "sha256-IuubIEu2mY3h1i9gJgQlyVoGwUYWsdp8+hKYyz0j3is=";
cargoHash = "sha256-cBxFaERUDaOxAYfpvBdJa9LxvrG2niJqVovcZDucbUA=";
nativeBuildInputs = [ installShellFiles ];
@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
checkFlags = [ "--skip=help" "--skip=help_short" ];
postPatch = ''
rm .cargo/config
rm .cargo/config.toml
'';
postInstall = ''