lua-nginx-module: 0.10.5 -> 0.10.10

This commit is contained in:
rnhmjoj 2017-09-14 22:18:57 +02:00
parent a7637b3795
commit d0aa64a8e2
No known key found for this signature in database
GPG Key ID: 91BE884FBA4B591A

View File

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