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:
committed by
Thomas Gerbet
parent
a690ec3205
commit
1cdef430f7
@@ -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=";
|
||||
}
|
||||
|
||||
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user