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