forked from mirrors/nixpkgs
nginx: bump lua module to fix build error
(https://github.com/openresty/lua-nginx-module/pull/500)
This commit is contained in:
parent
ceb94adffe
commit
942d2798c5
|
@ -61,8 +61,8 @@ let
|
||||||
lua-ext = fetchFromGitHub {
|
lua-ext = fetchFromGitHub {
|
||||||
owner = "openresty";
|
owner = "openresty";
|
||||||
repo = "lua-nginx-module";
|
repo = "lua-nginx-module";
|
||||||
rev = "v0.9.12";
|
rev = "v0.9.16";
|
||||||
sha256 = "0r07q1n3nvi7m3l8zk7nfk0z9kjhqknav61ys9lshh2ylsmz1lf4";
|
sha256 = "0dvdam228jhsrayb22ishljdkgib08bakh8ygn84sq0c2xbidzlp";
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue