From a876233b9a622e750e7990d0304f3a00a1e4392d Mon Sep 17 00:00:00 2001 From: Elliot Cameron Date: Mon, 22 Apr 2024 15:46:54 -0400 Subject: [PATCH] luaPackages.lua-resty-core: 0.1.24 -> 0.1.28 --- 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 f4868822463b..0fadeba75fd0 100644 --- a/pkgs/top-level/lua-packages.nix +++ b/pkgs/top-level/lua-packages.nix @@ -100,13 +100,13 @@ rec { lua-resty-core = callPackage ({ fetchFromGitHub }: buildLuaPackage rec { pname = "lua-resty-core"; - version = "0.1.24"; + version = "0.1.28"; src = fetchFromGitHub { owner = "openresty"; repo = "lua-resty-core"; rev = "v${version}"; - sha256 = "sha256-obwyxHSot1Lb2c1dNqJor3inPou+UIBrqldbkNBCQQk="; + sha256 = "sha256-RJ2wcHTu447wM0h1fa2qCBl4/p9XL6ZqX9pktRW64RI="; }; propagatedBuildInputs = [ lua-resty-lrucache ];