forked from mirrors/nixpkgs
nginxStable: 1.12.2 -> 1.14.0
This commit is contained in:
parent
18d73458c8
commit
36f9b216eb
|
@ -1,6 +1,6 @@
|
|||
{ callPackage, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix (args // {
|
||||
version = "1.12.2";
|
||||
sha256 = "05h4rwja7170z0l979yjghy9i9ichllwhicylzpmmyyml6fkfprh";
|
||||
version = "1.14.0";
|
||||
sha256 = "1d9c0avfpbwvzyg53b59ks8shpnrxnbnshcd7ziizflsyv5vw5ax";
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue