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:
Arseniy Seroka 2016-06-05 15:54:37 +03:00
commit 690b27f9e9

View file

@ -81,8 +81,8 @@
src = fetchFromGitHub {
owner = "openresty";
repo = "lua-nginx-module";
rev = "v0.10.0";
sha256 = "0isdqrnjhfy4zlydj4csf91i9184ykazyah3i63jfrmmarxr5li1";
rev = "v0.10.5";
sha256 = "0wz5j4kqa6hk7ar42bkxp0hd74psjy6sfsldh1a6p93z349iz4v5";
};
inputs = [ pkgs.luajit ];
preConfigure = ''