nginxModules.lua: 0.10.13 -> 0.10.14

This commit is contained in:
Izorkin 2019-04-20 22:11:34 +03:00
parent 89a73423ab
commit 8c1131ef28

View File

@ -118,8 +118,8 @@ in
src = fetchFromGitHub {
owner = "openresty";
repo = "lua-nginx-module";
rev = "v0.10.13";
sha256 = "19mpc76lfhyyvkfs2n08b4rc9cf2v7rm8fskkf60hsdcf6qna822";
rev = "v0.10.14";
sha256 = "1vg6pp9n8z42p6f3jqk15gvdyy7mfvs5ssfbiy83bydjx42fq7g0";
};
inputs = [ pkgs.luajit ];
preConfigure = ''