nginxModules.lua: 0.10.22 -> 0.10.26

Diff: https://github.com/openresty/lua-nginx-module/compare/v0.10.22...v0.10.26
This commit is contained in:
Sandro Jäckel
2024-01-15 15:42:33 +01:00
parent f462bea34e
commit d8a53ce428
+2 -2
View File
@@ -373,14 +373,14 @@ let self = {
lua = rec {
name = "lua";
version = "0.10.22";
version = "0.10.26";
src = fetchFromGitHub {
name = "lua";
owner = "openresty";
repo = "lua-nginx-module";
rev = "v${version}";
sha256 = "sha256-TyeTL7/0dI2wS2eACS4sI+9tu7UpDq09aemMaklkUss=";
hash = "sha256-007up/XncaSBimBumHpbwgB1WnkXgBe8e/q/yT6vthI=";
};
inputs = [ luajit ];