nginx: 1.28.3 -> 1.30.0 (#511564)

This commit is contained in:
Yorick
2026-04-26 21:03:38 +00:00
committed by GitHub
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
@@ -8099,6 +8099,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!