watchexec: 2.3.2 -> 2.5.0

This commit is contained in:
Sizhe Zhao
2026-03-28 14:54:44 +08:00
parent 18b14a34e1
commit 0200547108
+3 -3
View File
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "watchexec";
version = "2.3.2";
version = "2.5.0";
src = fetchFromGitHub {
owner = "watchexec";
repo = "watchexec";
tag = "v${finalAttrs.version}";
hash = "sha256-BJRvz3rFLaOCNhOsEo0rSOgB9BCJ2LMB9XEw8RBWXXs=";
hash = "sha256-QXoqRJl4eLBE2rmOBvAhlBRE4OavvEWpGMKlBrxwbaU=";
};
cargoHash = "sha256-VtSRC4lyjMo2O9dNbVllcDEx08zQWJMQmQ/2bNMup6U=";
cargoHash = "sha256-svDmGwI7YYbGdI5/TMJGPo0wVgBF6aDec9C3fYsHxYQ=";
nativeBuildInputs = [ installShellFiles ];