nginxMainline: 1.16.0 -> 1.17.2

This commit is contained in:
Izorkin 2019-05-21 20:12:27 +03:00
parent e94d857373
commit 293e5d8365

View File

@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix (args // {
version = "1.16.0";
sha256 = "0i8krbi1pc39myspwlvb8ck969c8207hz84lh3qyg5w7syx7dlsg";
version = "1.17.2";
sha256 = "1v39gslwbvpfhqqv74q0lkfrhrwsp59xc8pwhvxns7af8s3kccsy";
})