folly: 2024.03.11.00 -> 2024.11.18.00

Diff: https://github.com/facebook/folly/compare/refs/tags/v2024.03.11.00...v2024.11.18.00
(cherry picked from commit d4c26774d5)
(cherry picked from commit 7a3765484d496be77bd778780c1059c6b951190d)
This commit is contained in:
Emily
2024-11-30 15:11:13 +01:00
committed by Vladimír Čunát
parent 20ea752239
commit 3befdb133b
+4 -2
View File
@@ -10,6 +10,7 @@
boost,
double-conversion,
fast-float,
gflags,
glog,
libevent,
@@ -34,7 +35,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "folly";
version = "2024.03.11.00";
version = "2024.11.18.00";
# split outputs to reduce downstream closure sizes
outputs = [
@@ -46,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "facebook";
repo = "folly";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-INvWTw27fmVbKQIT9ebdRGMCOIzpc/NepRN2EnKLJx0=";
hash = "sha256-CX4YzNs64yeq/nDDaYfD5y8GKrxBueW4y275edPoS0c=";
};
nativeBuildInputs = [
@@ -60,6 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
[
boost
double-conversion
fast-float
gflags
glog
libevent