nginxModules.lua: 0.10.26 -> 0.10.28
This commit is contained in:
@@ -384,14 +384,14 @@ let
|
|||||||
|
|
||||||
lua = rec {
|
lua = rec {
|
||||||
name = "lua";
|
name = "lua";
|
||||||
version = "0.10.26";
|
version = "0.10.28";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
name = "lua";
|
name = "lua";
|
||||||
owner = "openresty";
|
owner = "openresty";
|
||||||
repo = "lua-nginx-module";
|
repo = "lua-nginx-module";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-007up/XncaSBimBumHpbwgB1WnkXgBe8e/q/yT6vthI=";
|
hash = "sha256-GT1PpJWpEu5EciK4n9ZDz1gIU/ZdC/SAsIdu0niQy8o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
inputs = [ luajit_openresty ];
|
inputs = [ luajit_openresty ];
|
||||||
|
|||||||
Reference in New Issue
Block a user