mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-15 21:29:07 +00:00
luaPackages.lua-resty-http: 0.17.2-0 -> 0.18.0-0
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user