luaPackages.lua-resty-core: 0.1.28 -> 0.1.31
This commit is contained in:
@@ -160,13 +160,13 @@ rec {
|
||||
{ fetchFromGitHub }:
|
||||
buildLuaPackage rec {
|
||||
pname = "lua-resty-core";
|
||||
version = "0.1.28";
|
||||
version = "0.1.31";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "openresty";
|
||||
repo = "lua-resty-core";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-RJ2wcHTu447wM0h1fa2qCBl4/p9XL6ZqX9pktRW64RI=";
|
||||
sha256 = "sha256-WUiBFJ8L8NzSGoEwTAw/iHAzPqJqaOUSFyqGeEf+f94==";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ lua-resty-lrucache ];
|
||||
|
||||
Reference in New Issue
Block a user