watchman: use refs/tags/

(cherry picked from commit 14410cc8dc)
(cherry picked from commit a2ac9bf1ce8ae85522a3f387c35a27a859f8fcc8)
This commit is contained in:
Emily
2024-11-30 15:11:34 +01:00
committed by Vladimír Čunát
parent a5c612576b
commit d55bdcafd3
+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=";
};