lua-modules/generated: regen for formatting, luv -> 1.28
This commit is contained in:
parent
d0ea2df4fb
commit
9c10ac1663
@ -398,13 +398,13 @@ lua-messagepack = buildLuarocksPackage {
|
|||||||
url = https://luarocks.org/lua-messagepack-0.5.1-2.src.rock;
|
url = https://luarocks.org/lua-messagepack-0.5.1-2.src.rock;
|
||||||
sha256 = "0bsdzdd24p9z3j4z1avw7qaqx87baa1pm58v275pw4h6n72z492g";
|
sha256 = "0bsdzdd24p9z3j4z1avw7qaqx87baa1pm58v275pw4h6n72z492g";
|
||||||
};
|
};
|
||||||
disabled = ( luaOlder "5.1");
|
disabled = ( luaOlder "5.1" );
|
||||||
propagatedBuildInputs = [ lua ];
|
propagatedBuildInputs = [ lua ];
|
||||||
buildType = "builtin";
|
buildType = "builtin";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://fperrad.frama.io/lua-MessagePack/";
|
homepage = "http://fperrad.frama.io/lua-MessagePack/";
|
||||||
description="a pure Lua implementation of the MessagePack serialization format";
|
description = "a pure Lua implementation of the MessagePack serialization format";
|
||||||
license = {
|
license = {
|
||||||
fullName = "MIT/X11";
|
fullName = "MIT/X11";
|
||||||
};
|
};
|
||||||
@ -442,13 +442,13 @@ lua-toml = buildLuarocksPackage {
|
|||||||
url = https://luarocks.org/lua-toml-2.0-1.src.rock;
|
url = https://luarocks.org/lua-toml-2.0-1.src.rock;
|
||||||
sha256 = "0lyqlnydqbplq82brw9ipqy9gijin6hj1wc46plz994pg4i2c74m";
|
sha256 = "0lyqlnydqbplq82brw9ipqy9gijin6hj1wc46plz994pg4i2c74m";
|
||||||
};
|
};
|
||||||
disabled = ( luaOlder "5.1");
|
disabled = ( luaOlder "5.1" );
|
||||||
propagatedBuildInputs = [ lua ];
|
propagatedBuildInputs = [ lua ];
|
||||||
buildType = "builtin";
|
buildType = "builtin";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/jonstoler/lua-toml";
|
homepage = "https://github.com/jonstoler/lua-toml";
|
||||||
description="toml decoder/encoder for Lua";
|
description = "toml decoder/encoder for Lua";
|
||||||
license = {
|
license = {
|
||||||
fullName = "MIT";
|
fullName = "MIT";
|
||||||
};
|
};
|
||||||
@ -616,13 +616,13 @@ rapidjson = buildLuarocksPackage {
|
|||||||
url = https://luarocks.org/rapidjson-0.5.1-1.src.rock;
|
url = https://luarocks.org/rapidjson-0.5.1-1.src.rock;
|
||||||
sha256 = "0hnqsixnbz95cvm9q5dn0lr0qjvhqw4llw6l1sjswwk0am4yybay";
|
sha256 = "0hnqsixnbz95cvm9q5dn0lr0qjvhqw4llw6l1sjswwk0am4yybay";
|
||||||
};
|
};
|
||||||
disabled = ( luaOlder "5.1");
|
disabled = ( luaOlder "5.1" );
|
||||||
propagatedBuildInputs = [ lua ];
|
propagatedBuildInputs = [ lua ];
|
||||||
buildType = "cmake";
|
buildType = "cmake";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/xpol/lua-rapidjson";
|
homepage = "https://github.com/xpol/lua-rapidjson";
|
||||||
description="Json module based on the very fast RapidJSON.";
|
description = "Json module based on the very fast RapidJSON.";
|
||||||
license = {
|
license = {
|
||||||
fullName = "MIT";
|
fullName = "MIT";
|
||||||
};
|
};
|
||||||
@ -696,11 +696,11 @@ std_normalize = buildLuarocksPackage {
|
|||||||
};
|
};
|
||||||
luv = buildLuarocksPackage {
|
luv = buildLuarocksPackage {
|
||||||
pname = "luv";
|
pname = "luv";
|
||||||
version = "1.27.0-0";
|
version = "1.28.0-1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://luarocks.org/luv-1.27.0-0.src.rock;
|
url = https://luarocks.org/luv-1.28.0-1.src.rock;
|
||||||
sha256 = "16csnnypi2m71ncr8qwc9drqbrb40l5li1nk7zpsxnslg5fiax6x";
|
sha256 = "15m946p982bk4apig7yf07jm25ck26v2qxcvnrfh60vrbaw6gihw";
|
||||||
};
|
};
|
||||||
disabled = ( luaOlder "5.1" );
|
disabled = ( luaOlder "5.1" );
|
||||||
propagatedBuildInputs = [ lua ];
|
propagatedBuildInputs = [ lua ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user