Merge pull request #107114 from helsinki-systems/upd/nginx

nginx: 1.19.5 -> 1.19.6
This commit is contained in:
Robin Gloster 2020-12-18 16:10:12 +01:00 committed by GitHub
commit a0a87c86ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -149,6 +149,6 @@ stdenv.mkDerivation {
homepage = "http://nginx.org";
license = licenses.bsd2;
platforms = platforms.all;
maintainers = with maintainers; [ thoughtpolice raskin fpletz globin ];
maintainers = with maintainers; [ thoughtpolice raskin fpletz globin ajs124 ];
};
}

View file

@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.19.5";
sha256 = "173rv8gacd9bakb0r9jmkr4pqgjw9mzpdh3f7x2d8ln4ssplc2jw";
version = "1.19.6";
sha256 = "1d9kzks8x1226prjbpdin4dz93fjnv304zlqybfqachx5fh9a4di";
}