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 = {
|
||||
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user