lua-nginx-module: 0.10.5 -> 0.10.10
This commit is contained in:
parent
a7637b3795
commit
d0aa64a8e2
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user