Merge pull request #33657 from dtzWill/update/nginxMainline-1.13.8

nginxMainline: 1.13.6 -> 1.13.8
This commit is contained in:
Franz Pletz 2018-01-09 17:19:32 +00:00 committed by GitHub
commit 46928cf32e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix (args // {
version = "1.13.6";
sha256 = "1y7qcdpjskjc1iwwrjqsbgm74jpnf873pwv17clsy83ak1pzq4l5";
version = "1.13.8";
sha256 = "1ib4hkngj9z7pl73lnn96d85m7v2wwb56nkypwx7d6pm3z1vc444";
})