From 68d3e4fa94d70bf6a4768dccd4f6fdf68bd9d2cd Mon Sep 17 00:00:00 2001 From: Alex Epelde Date: Sat, 20 Sep 2025 17:59:20 -0400 Subject: [PATCH] luaPackages.lua-resty-lrucache: 0.13 -> 0.15 --- pkgs/top-level/lua-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/lua-packages.nix b/pkgs/top-level/lua-packages.nix index c9f0b72cd552..2d445f59a650 100644 --- a/pkgs/top-level/lua-packages.nix +++ b/pkgs/top-level/lua-packages.nix @@ -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; {