nginxMainline: 1.13.5 -> 1.13.6

This commit is contained in:
Franz Pletz 2017-10-14 20:07:27 +02:00
parent fe36e9aefa
commit 0f01f8b882
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 2 additions and 2 deletions

View File

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