From e391f3d1ca58c8ac6850b76df5b17d85f95bd192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=B7=F0=90=91=91=F0=90=91=B4=F0=90=91=95=F0=90=91=91?= =?UTF-8?q?=F0=90=91=A9=F0=90=91=A4?= Date: Sun, 27 Apr 2025 20:24:34 +0700 Subject: [PATCH] =?UTF-8?q?h2o:=202.3.0.20250421=20=E2=86=92=202.3.0.20250?= =?UTF-8?q?430?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/by-name/h2/h2o/package.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/h2/h2o/package.nix b/pkgs/by-name/h2/h2o/package.nix index c7f280a5b3a5..b3a90cdb830f 100644 --- a/pkgs/by-name/h2/h2o/package.nix +++ b/pkgs/by-name/h2/h2o/package.nix @@ -16,18 +16,20 @@ withMruby ? true, bison, ruby, + withUring ? stdenv.hostPlatform.isLinux, + liburing, nixosTests, }: stdenv.mkDerivation (finalAttrs: { pname = "h2o"; - version = "2.3.0.20250421"; + version = "2.3.0.20250430"; src = fetchFromGitHub { owner = "h2o"; repo = "h2o"; - rev = "be7c58007376d5a01f20400ca54bb8db01528ccd"; - sha256 = "sha256-ewuTRdDtAQF1z/r0ukkaCaNS5gOFgykGvuqUmocEsBg="; + rev = "f1918a5b9f75f4da9db801b442886cb13b3c7bcd"; + sha256 = "sha256-sfOkyEhlLGmXjYqRoI/8pD6/NBY7q6K9y2vS7qwJmrw="; }; outputs = [ @@ -47,7 +49,8 @@ stdenv.mkDerivation (finalAttrs: { ++ lib.optionals withMruby [ bison ruby - ]; + ] + ++ lib.optional withUring liburing; buildInputs = [ brotli