3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #61816 from Izorkin/nginxMainline

nginxMainline: 1.16.0 -> 1.17.2
This commit is contained in:
Jörg Thalheim 2019-07-25 10:01:59 +01:00 committed by GitHub
commit 8044f32219
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.16.0";
sha256 = "0i8krbi1pc39myspwlvb8ck969c8207hz84lh3qyg5w7syx7dlsg";
version = "1.17.2";
sha256 = "1v39gslwbvpfhqqv74q0lkfrhrwsp59xc8pwhvxns7af8s3kccsy";
})