nginx: 1.28.3 -> 1.30.0

https://nginx.org/en/CHANGES-1.30

The build now uses OpenSSL 4.0 to allow usage of ECH
https://blog.nginx.org/blog/encrypted-client-hello-comes-to-nginx
This commit is contained in:
Thomas Gerbet
2026-04-22 09:44:27 +02:00
committed by Thomas Gerbet
parent a690ec3205
commit 1cdef430f7
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.28.3";
hash = "sha256-LJapRr+wiCohdE7UKXcKISOuGCjHxIZlCSmT3e6RqRg=";
version = "1.30.0";
hash = "sha256-BYGIxkvyK67KpyuAmmMYpPm6YjiJxVT+qwP3y4U6sxs=";
}
+1
View File
@@ -8150,6 +8150,7 @@ with pkgs;
nginx = nginxStable;
nginxStable = callPackage ../servers/http/nginx/stable.nix {
openssl = openssl_4_0;
zlib-ng = zlib-ng.override { withZlibCompat = true; };
withPerl = false;
# We don't use `with` statement here on purpose!