luaPackages.lua-resty-core: 0.1.24 -> 0.1.28

This commit is contained in:
Elliot Cameron 2024-04-22 15:46:54 -04:00 committed by Matthieu Coudron
parent df41b0e624
commit a876233b9a

View File

@ -100,13 +100,13 @@ rec {
lua-resty-core = callPackage ({ fetchFromGitHub }: buildLuaPackage rec { lua-resty-core = callPackage ({ fetchFromGitHub }: buildLuaPackage rec {
pname = "lua-resty-core"; pname = "lua-resty-core";
version = "0.1.24"; version = "0.1.28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "openresty"; owner = "openresty";
repo = "lua-resty-core"; repo = "lua-resty-core";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-obwyxHSot1Lb2c1dNqJor3inPou+UIBrqldbkNBCQQk="; sha256 = "sha256-RJ2wcHTu447wM0h1fa2qCBl4/p9XL6ZqX9pktRW64RI=";
}; };
propagatedBuildInputs = [ lua-resty-lrucache ]; propagatedBuildInputs = [ lua-resty-lrucache ];