From 5cecafbc93e95ccf21360194b0dd7af84be40341 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Wed, 29 Dec 2021 09:22:35 +0300 Subject: [PATCH 1/2] nginxMainline: 1.21.4 -> 1.21.5 --- pkgs/servers/http/nginx/mainline.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/http/nginx/mainline.nix b/pkgs/servers/http/nginx/mainline.nix index 774a3cbe6deb..ee36216686a5 100644 --- a/pkgs/servers/http/nginx/mainline.nix +++ b/pkgs/servers/http/nginx/mainline.nix @@ -1,6 +1,6 @@ { callPackage, openssl_3_0, ... }@args: callPackage ./generic.nix (args // { openssl = openssl_3_0; }) { - version = "1.21.4"; - sha256 = "1ziv3xargxhxycd5hp6r3r5mww54nvvydiywcpsamg3i9r3jzxyi"; + version = "1.21.5"; + sha256 = "sha256-sg879TOlGKbw86eWff7thy0mjTHkzBIaAAEylgLdz7s="; } From 77549658a64e7fc70ddaf96183b51e582feed0c5 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Wed, 29 Dec 2021 09:25:09 +0300 Subject: [PATCH 2/2] nginxQuic: 0ee56d2eac44 -> 10522e8dea41 --- pkgs/servers/http/nginx/quic.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/http/nginx/quic.nix b/pkgs/servers/http/nginx/quic.nix index 3217b859bc82..5173b4c68902 100644 --- a/pkgs/servers/http/nginx/quic.nix +++ b/pkgs/servers/http/nginx/quic.nix @@ -6,8 +6,8 @@ callPackage ./generic.nix args { src = fetchhg { url = "https://hg.nginx.org/nginx-quic"; - rev = "0ee56d2eac44"; # branch=quic - sha256 = "sha256-ErJa71aOzcjcBl1P9+g5kzs5sr0JdjrPwYKZ9VAvQus="; + rev = "10522e8dea41"; # branch=quic + sha256 = "sha256-BnAhnJKq2uHAp0WqVWIk+Hw0GXF/rAOxKCTwwsiiZdo="; }; preConfigure = '' @@ -19,5 +19,5 @@ callPackage ./generic.nix args { "--with-stream_quic_module" ]; - version = "1.21.4-quic"; + version = "1.21.5-quic"; }