Unverified Commit 915fcdb4 authored by Yorick's avatar Yorick Committed by GitHub
Browse files

nginx: 1.28.3 -> 1.30.0 (#511564)

parents c8e180b2 1cdef430
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ callPackage, ... }@args:

callPackage ./generic.nix args {
  version = "1.28.3";
  hash = "sha256-LJapRr+wiCohdE7UKXcKISOuGCjHxIZlCSmT3e6RqRg=";
  version = "1.30.0";
  hash = "sha256-BYGIxkvyK67KpyuAmmMYpPm6YjiJxVT+qwP3y4U6sxs=";
}
+1 −0
Original line number Diff line number Diff line
@@ -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!