luaPackages.lua-resty-core: 0.1.31 -> 0.1.32 (#460545)

This commit is contained in:
Gergő Gutyina
2025-12-09 23:11:27 +00:00
committed by GitHub
+2 -2
View File
@@ -160,13 +160,13 @@ rec {
{ fetchFromGitHub }:
buildLuaPackage rec {
pname = "lua-resty-core";
version = "0.1.31";
version = "0.1.32";
src = fetchFromGitHub {
owner = "openresty";
repo = "lua-resty-core";
rev = "v${version}";
sha256 = "sha256-WUiBFJ8L8NzSGoEwTAw/iHAzPqJqaOUSFyqGeEf+f94==";
sha256 = "sha256-ba/ahIl8BDfyXIbaN6zVCh3UwY6JbAqqZEpXktOfeYo=";
};
propagatedBuildInputs = [ lua-resty-lrucache ];