nginxMainline: 1.17.8 -> 1.17.9 (#84743)

This commit is contained in:
Milan
2020-04-08 21:19:35 +02:00
committed by GitHub
parent 9589864ad1
commit 3847ec0e35
2 changed files with 3 additions and 3 deletions

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 ];

View File

@@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.17.8";
sha256 = "0nwn4md8sxhks2j77qq1nvk5pfz3yykfhh2b507b6l2idp7kxllp";
version = "1.17.9";
sha256 = "12dnrdxwnlid0wr797vdxj9z1fmxnk7ib55bznvl2g3mbi05vmkx";
}