nginxMainline: 1.13.8 -> 1.13.9

This commit is contained in:
Franz Pletz 2018-03-05 15:49:07 +01:00
parent e406460533
commit 94db63f5d4
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

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