From caca1d7a369fb3e95131e6df8cb99d7b19df2a71 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 31 Aug 2026 17:56:56 +0200 Subject: [PATCH] tools: remove nghttp2 pin in `sharedLibDeps.nix` Signed-off-by: Antoine du Hamel --- tools/nix/sharedLibDeps.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tools/nix/sharedLibDeps.nix b/tools/nix/sharedLibDeps.nix index 788e9efedeb8..14494bbe1648 100644 --- a/tools/nix/sharedLibDeps.nix +++ b/tools/nix/sharedLibDeps.nix @@ -15,6 +15,7 @@ libuv merve nbytes + nghttp2 simdjson simdutf uvwasi @@ -24,13 +25,6 @@ cares = pkgs.c-ares; hdr-histogram = pkgs.hdrhistogram_c; http-parser = pkgs.llhttp; - nghttp2 = pkgs.nghttp2.overrideAttrs { - version = "1.69.0"; - src = pkgs.fetchurl { - url = "https://github.com/nghttp2/nghttp2/releases/download/v1.69.0/nghttp2-1.69.0.tar.bz2"; - hash = "sha256-PxhfWxw+d4heuc8/LE2ksan3OiS/WVe4KRg60Tf4Lcg="; - }; - }; } // (pkgs.lib.optionalAttrs withLief { inherit (pkgs) lief;