nginxMainline: 1.15.5 -> 1.15.6

CVE-2018-16843, CVE-2018-16844

https://nginx.org/en/security_advisories.html
This commit is contained in:
Alyssa Ross 2018-11-15 17:51:01 +00:00
parent 1908322d10
commit de9026de6e
No known key found for this signature in database
GPG Key ID: C4844408C0657052

View File

@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix (args // {
version = "1.15.5";
sha256 = "0vxfbnc1794al60d9mhjw1w72x5jslfwq51vvs38568liyd8hfhs";
version = "1.15.6";
sha256 = "1ikchbnq1dv8wjnsf6jj24xkb36vcgigyps71my8r01m41ycdn53";
})