watchman: use refs/tags/

This commit is contained in:
Emily
2024-11-18 17:44:53 +00:00
parent 8a2efd9133
commit 14410cc8dc
+1 -1
View File
@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "facebook";
repo = "watchman";
rev = "v${finalAttrs.version}";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-cD8mIYCc+8Z2p3rwKVRFcW9sOBbpb5KHU5VpbXHMpeg=";
};