Merge pull request #15992 from teozkr/fix/nginx-lua_0.10.5
nginxModules.lua: 0.10.0 -> 0.10.5
This commit is contained in:
commit
690b27f9e9
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openresty";
|
owner = "openresty";
|
||||||
repo = "lua-nginx-module";
|
repo = "lua-nginx-module";
|
||||||
rev = "v0.10.0";
|
rev = "v0.10.5";
|
||||||
sha256 = "0isdqrnjhfy4zlydj4csf91i9184ykazyah3i63jfrmmarxr5li1";
|
sha256 = "0wz5j4kqa6hk7ar42bkxp0hd74psjy6sfsldh1a6p93z349iz4v5";
|
||||||
};
|
};
|
||||||
inputs = [ pkgs.luajit ];
|
inputs = [ pkgs.luajit ];
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|
Loading…
Reference in a new issue