watchman: 2024.01.22.00 -> 2024.03.11.00

This commit is contained in:
Siddhartha 2024-03-13 13:44:53 -04:00
parent 7c0f63e276
commit 45c549b98c
1 changed files with 2 additions and 2 deletions

View File

@ -34,13 +34,13 @@
stdenv.mkDerivation rec {
pname = "watchman";
version = "2024.01.22.00";
version = "2024.03.11.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "watchman";
rev = "v${version}";
hash = "sha256-+qlcdekBcRwmgrtQ8HcLHphURf0c4oRCs6nbjAzT26c=";
hash = "sha256-cD8mIYCc+8Z2p3rwKVRFcW9sOBbpb5KHU5VpbXHMpeg=";
};
cmakeFlags = [