Merge pull request #29393 from rnhmjoj/nginx-lua

lua-nginx-module: 0.10.5 -> 0.10.10
This commit is contained in:
Joachim F 2017-09-17 09:49:59 +00:00 committed by GitHub
commit 6437b1c00e

View File

@ -1,4 +1,4 @@
{ fetchFromGitHub, pkgs }:
{ fetchFromGitHub, fetchpatch, pkgs }:
{
brotli = {
@ -69,8 +69,8 @@
src = fetchFromGitHub {
owner = "openresty";
repo = "lua-nginx-module";
rev = "v0.10.5";
sha256 = "0wz5j4kqa6hk7ar42bkxp0hd74psjy6sfsldh1a6p93z349iz4v5";
rev = "v0.10.10";
sha256 = "1dlqnlkpn3pnhk2m09jdx3iw3m6xk31pw2m5xrpcmqk3bll68mw6";
};
inputs = [ pkgs.luajit ];
preConfigure = ''