folly: use refs/tags/

This commit is contained in:
Emily
2024-11-15 13:45:58 +00:00
parent fbb9ab5079
commit 0d5cd2a39d
+1 -1
View File
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${finalAttrs.version}";
rev = "refs/tags/v${finalAttrs.version}";
sha256 = "sha256-INvWTw27fmVbKQIT9ebdRGMCOIzpc/NepRN2EnKLJx0=";
};