Merge branch 'master' into staging-next

This commit is contained in:
Jan Tojnar
2020-04-10 12:12:56 +02:00
576 changed files with 6964 additions and 4958 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ stdenv.mkDerivation {
meta = if meta != null then meta else {
description = "A reverse proxy and lightweight webserver";
homepage = http://nginx.org;
homepage = "http://nginx.org";
license = licenses.bsd2;
platforms = platforms.all;
maintainers = with maintainers; [ thoughtpolice raskin fpletz globin ];
+2 -2
View File
@@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.17.8";
sha256 = "0nwn4md8sxhks2j77qq1nvk5pfz3yykfhh2b507b6l2idp7kxllp";
version = "1.17.9";
sha256 = "12dnrdxwnlid0wr797vdxj9z1fmxnk7ib55bznvl2g3mbi05vmkx";
}
+1 -1
View File
@@ -70,4 +70,4 @@ DEPENDENCIES
showoff
BUNDLED WITH
1.16.3
2.1.4
+4 -4
View File
@@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, which
, withPython2 ? false, python2
, withPython3 ? true, python3, ncurses
, withPHP72 ? false, php72
, withPHP73 ? true, php73
, withPHP72 ? false, php72base
, withPHP73 ? true, php73base
, withPerl528 ? false, perl528
, withPerl530 ? true, perl530
, withPerldevel ? false, perldevel
@@ -26,8 +26,8 @@ let
config.php.fpm = false;
};
php72-unit = php72.override phpConfig;
php73-unit = php73.override phpConfig;
php72-unit = php72base.override phpConfig;
php73-unit = php73base.override phpConfig;
in stdenv.mkDerivation rec {
version = "1.16.0";
pname = "unit";