forked from mirrors/nixpkgs
nginxMainline: 1.21.6 -> 1.22.0
This commit is contained in:
parent
14ef375cf0
commit
893214cd0e
|
@ -1,4 +1,4 @@
|
|||
outer@{ lib, stdenv, fetchurl, fetchpatch, openssl, zlib, pcre, libxml2, libxslt
|
||||
outer@{ lib, stdenv, fetchurl, fetchpatch, openssl, zlib, pcre2, libxml2, libxslt
|
||||
, nginx-doc
|
||||
|
||||
, nixosTests
|
||||
|
@ -53,7 +53,7 @@ stdenv.mkDerivation {
|
|||
inherit sha256;
|
||||
};
|
||||
|
||||
buildInputs = [ openssl zlib pcre libxml2 libxslt gd geoip perl ]
|
||||
buildInputs = [ openssl zlib pcre2 libxml2 libxslt gd geoip perl ]
|
||||
++ buildInputs
|
||||
++ mapModules "inputs";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ callPackage, openssl_3_0, ... }@args:
|
||||
{ callPackage, ... }@args:
|
||||
|
||||
callPackage ./generic.nix (args // { openssl = openssl_3_0; }) {
|
||||
version = "1.21.6";
|
||||
sha256 = "1bh52jqqcaj5wlh2kvhxr00jhk2hnk8k97ki4pwyj4c8920p1p36";
|
||||
callPackage ./generic.nix args {
|
||||
version = "1.22.0";
|
||||
sha256 = "0lzb4sn8hv491zad9kbpvka3m5ayjf1pxqbwllri980idyd5cgdk";
|
||||
}
|
||||
|
|
|
@ -22064,6 +22064,7 @@ with pkgs;
|
|||
|
||||
nginxMainline = callPackage ../servers/http/nginx/mainline.nix {
|
||||
zlib = zlib-ng.override { withZlibCompat = true; };
|
||||
openssl = openssl_3_0;
|
||||
withKTLS = true;
|
||||
withPerl = false;
|
||||
# We don't use `with` statement here on purpose!
|
||||
|
|
Loading…
Reference in a new issue