luaPackages.lua-resty-lrucache: 0.13 -> 0.15

This commit is contained in:
Alex Epelde
2025-10-27 17:24:48 -04:00
parent 1b1060cf05
commit 68d3e4fa94
+2 -2
View File
@@ -184,13 +184,13 @@ rec {
{ fetchFromGitHub }:
buildLuaPackage rec {
pname = "lua-resty-lrucache";
version = "0.13";
version = "0.15";
src = fetchFromGitHub {
owner = "openresty";
repo = "lua-resty-lrucache";
rev = "v${version}";
sha256 = "sha256-J8RNAMourxqUF8wPKd8XBhNwGC/x1KKvrVnZtYDEu4Q=";
sha256 = "sha256-G2l4Zo9Xm/m4zRfxrgzEvRE5LMO+UuX3kd7FwlCnxDA=";
};
meta = with lib; {