Merge pull request #12440 from hrdinka/update/nginx-lua

nginxModules.lua: 0.9.19 -> 0.10.0
This commit is contained in:
Domen Kožar 2016-01-17 12:45:59 +01:00
commit 30cf0be24b

View file

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