From bba7126b28441f19eace48cd842d31799473ee82 Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 13 Nov 2024 13:48:13 +0000 Subject: [PATCH] folly: bump to `fmt_11` This is the version used upstream. --- pkgs/by-name/fo/folly/package.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/fo/folly/package.nix b/pkgs/by-name/fo/folly/package.nix index 4716e53701f1..7d71c0c1d22f 100644 --- a/pkgs/by-name/fo/folly/package.nix +++ b/pkgs/by-name/fo/folly/package.nix @@ -25,7 +25,7 @@ darwinMinVersionHook, boost, - fmt_8, + fmt_11, jemalloc, follyMobile ? false, @@ -75,7 +75,6 @@ stdenv.mkDerivation (finalAttrs: { zstd libiberty libunwind - fmt_8 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 @@ -86,7 +85,7 @@ stdenv.mkDerivation (finalAttrs: { [ # `folly-config.cmake` pulls these in. boost - fmt_8 + fmt_11 ] ++ lib.optionals stdenv.hostPlatform.isLinux [ # jemalloc headers are required in include/folly/portability/Malloc.h @@ -138,7 +137,7 @@ stdenv.mkDerivation (finalAttrs: { passthru = { inherit boost; - fmt = fmt_8; + fmt = fmt_11; tests = { inherit watchman;