folly: use refs/tags/

(cherry picked from commit 0d5cd2a39d)
This commit is contained in:
Emily 2024-11-13 12:48:53 +00:00 committed by github-actions[bot]
parent 5705b45c48
commit 3c95334d4a

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=";
};