nginxMainline: 1.17.8 -> 1.17.9 (#84743)

wip/yesman
Milan 4 years ago committed by GitHub
parent 9589864ad1
commit 3847ec0e35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/servers/http/nginx/generic.nix
  2. 4
      pkgs/servers/http/nginx/mainline.nix

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

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

Loading…
Cancel
Save