luaPackages.lua-resty-http: 0.17.2-0 -> 0.18.0-0

This commit is contained in:
Austin Horstman
2026-07-09 14:14:37 -05:00
parent 03ef1b318b
commit c0f574b7e5

View File

@@ -2373,17 +2373,17 @@ final: prev: {
}:
buildLuarocksPackage {
pname = "lua-resty-http";
version = "0.17.2-0";
version = "0.18.0-0";
knownRockspec =
(fetchurl {
url = "mirror://luarocks/lua-resty-http-0.17.2-0.rockspec";
sha256 = "10swbq779d1q794d17269v0ln26hblsk7kvxj9s60rx71skzql6s";
url = "mirror://luarocks/lua-resty-http-0.18.0-0.rockspec";
sha256 = "1zdhf22zbkb61k8vpkzmd33mn6nhl53splklv2aaj40066hlbhzs";
}).outPath;
src = fetchFromGitHub {
owner = "ledgetech";
repo = "lua-resty-http";
tag = "v0.17.2";
hash = "sha256-Ph3PpzQYKYMvPvjYwx4TeZ9RYoryMsO6mLpkAq/qlHY=";
tag = "v0.18.0";
hash = "sha256-3rHm44vLIT9cHIQa5EHbwdmB/KVaLl/RbvLgNsnYwc4=";
};
disabled = luaOlder "5.1";