Merge pull request #107114 from helsinki-systems/upd/nginx
nginx: 1.19.5 -> 1.19.6
This commit is contained in:
commit
a0a87c86ac
@ -149,6 +149,6 @@ stdenv.mkDerivation {
|
|||||||
homepage = "http://nginx.org";
|
homepage = "http://nginx.org";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ thoughtpolice raskin fpletz globin ];
|
maintainers = with maintainers; [ thoughtpolice raskin fpletz globin ajs124 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ callPackage, ... }@args:
|
{ callPackage, ... }@args:
|
||||||
|
|
||||||
callPackage ./generic.nix args {
|
callPackage ./generic.nix args {
|
||||||
version = "1.19.5";
|
version = "1.19.6";
|
||||||
sha256 = "173rv8gacd9bakb0r9jmkr4pqgjw9mzpdh3f7x2d8ln4ssplc2jw";
|
sha256 = "1d9kzks8x1226prjbpdin4dz93fjnv304zlqybfqachx5fh9a4di";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user