folly: use hash

(cherry picked from commit b67cce1449)
This commit is contained in:
Emily 2024-11-13 12:50:17 +00:00 committed by github-actions[bot]
parent 3c95334d4a
commit de5c1f0edc

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "facebook";
repo = "folly";
rev = "refs/tags/v${finalAttrs.version}";
sha256 = "sha256-INvWTw27fmVbKQIT9ebdRGMCOIzpc/NepRN2EnKLJx0=";
hash = "sha256-INvWTw27fmVbKQIT9ebdRGMCOIzpc/NepRN2EnKLJx0=";
};
nativeBuildInputs = [