nginxMainline: 1.17.3 -> 1.17.8

http://nginx.org/en/CHANGES
This commit is contained in:
Will Dietz 2020-01-21 11:01:36 -06:00
parent 79f86d75d4
commit 92d29418b3
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix (args // {
version = "1.17.3";
sha256 = "0g0g9prwjy0rnv6n5smny5yl5dhnmflqdr3hwgyj5jpr5hfgx11v";
version = "1.17.8";
sha256 = "0nwn4md8sxhks2j77qq1nvk5pfz3yykfhh2b507b6l2idp7kxllp";
})