folly: 2025.02.10.00 -> 2025.04.21.00

Diff: https://github.com/facebook/folly/compare/refs/tags/v2025.02.10.00...v2025.04.21.00
This commit is contained in:
Emily 2025-04-03 00:19:21 +01:00
parent 0ddf8d4cf7
commit 8ba03ed6ed

View File

@ -40,7 +40,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "folly";
version = "2025.02.10.00";
version = "2025.04.21.00";
# split outputs to reduce downstream closure sizes
outputs = [
@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "facebook";
repo = "folly";
tag = "v${finalAttrs.version}";
hash = "sha256-OuMbxZ9sl9KPDHFae503R0AqzDYFdyuaGK1BospRtfs=";
hash = "sha256-P2saSFVRBWt5xjAWlKmcPJT9MFV9CXFmA18dIDCO84o=";
};
nativeBuildInputs = [