watchman: 2025.02.03.00 -> 2025.02.10.00

Diff: https://github.com/facebook/watchman/compare/refs/tags/v2025.02.03.00...v2025.02.10.00
This commit is contained in:
K900
2025-02-10 19:57:32 +03:00
parent 372ef2c340
commit 5dcdb291eb
+2 -2
View File
@@ -35,13 +35,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "watchman";
version = "2025.02.03.00";
version = "2025.02.10.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "watchman";
tag = "v${finalAttrs.version}";
hash = "sha256-fR5SOCRc77vtKUIRJvl7pgRjUPwakQCzGTvIF4Ye2/I=";
hash = "sha256-X9cUiMrUeuuJT+0gJa9cL2mpeSEWS/DkTx7eQu8u7oY=";
};
patches = [