From feaca716ad47c03591575ccd6aa26c2883eca21d Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 11 Sep 2025 15:32:19 +0100 Subject: [PATCH] wangle: 2025.04.21.00 -> 2025.09.15.00 Diff: https://github.com/facebook/wangle/compare/v2025.04.21.00...v2025.09.15.00 --- pkgs/by-name/wa/wangle/package.nix | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/pkgs/by-name/wa/wangle/package.nix b/pkgs/by-name/wa/wangle/package.nix index 00eb3df88167..56928c88ffbd 100644 --- a/pkgs/by-name/wa/wangle/package.nix +++ b/pkgs/by-name/wa/wangle/package.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "wangle"; - version = "2025.04.21.00"; + version = "2025.09.15.00"; outputs = [ "out" @@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "facebook"; repo = "wangle"; tag = "v${finalAttrs.version}"; - hash = "sha256-t3b+R2tb4VTsjDL9Jzjcaehs5k+BLNLilm3+nXxyjj0="; + hash = "sha256-S2L3ifQTwyidz3x5pPrVEGEJXvM1czqTRXYsYUqIeRY="; }; patches = [ @@ -77,21 +77,6 @@ stdenv.mkDerivation (finalAttrs: { (lib.cmakeFeature "CMAKE_INSTALL_DIR" "${placeholder "dev"}/lib/cmake/wangle") ]; - env.GTEST_FILTER = - "-" - + lib.concatStringsSep ":" ( - [ - # these depend on example pem files from the folly source tree (?) - "SSLContextManagerTest.TestSingleClientCAFileSet" - "SSLContextManagerTest.TestMultipleClientCAsSet" - ] - ++ lib.optionals stdenv.hostPlatform.isDarwin [ - # flaky - "BroadcastPoolTest.ThreadLocalPool" - "Bootstrap.UDPClientServerTest" - ] - ); - __darwinAllowLocalNetworking = true; doCheck = true;