mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
nginxModules.lua: 0.9.16 -> 0.9.19
This commit is contained in:
parent
16037c6df5
commit
1391ca3af1
@ -71,8 +71,8 @@
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openresty";
|
owner = "openresty";
|
||||||
repo = "lua-nginx-module";
|
repo = "lua-nginx-module";
|
||||||
rev = "v0.9.16";
|
rev = "v0.9.19";
|
||||||
sha256 = "0dvdam228jhsrayb22ishljdkgib08bakh8ygn84sq0c2xbidzlp";
|
sha256 = "13h58rzdfhc5kc4xqwrd2p34rgnwim4hikq923cnfz1p2bvlddrf";
|
||||||
};
|
};
|
||||||
inputs = [ pkgs.luajit ];
|
inputs = [ pkgs.luajit ];
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user