Skip to content

Commit

Permalink
nginxMainline: 1.21.6 -> 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs124 authored and jsoo1 committed Oct 20, 2023
1 parent 6a35dd7 commit 5218141
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/http/nginx/generic.nix
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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";

Expand Down
8 changes: 4 additions & 4 deletions pkgs/servers/http/nginx/mainline.nix
Original file line number Diff line number Diff line change
@@ -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";
}

0 comments on commit 5218141

Please sign in to comment.