lua-modules/generated: regen for formatting, luv -> 1.28

This commit is contained in:
Will Dietz 2019-05-10 17:38:52 -05:00
parent d0ea2df4fb
commit 9c10ac1663
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -696,11 +696,11 @@ std_normalize = buildLuarocksPackage {
};
luv = buildLuarocksPackage {
pname = "luv";
version = "1.27.0-0";
version = "1.28.0-1";
src = fetchurl {
url = https://luarocks.org/luv-1.27.0-0.src.rock;
sha256 = "16csnnypi2m71ncr8qwc9drqbrb40l5li1nk7zpsxnslg5fiax6x";
url = https://luarocks.org/luv-1.28.0-1.src.rock;
sha256 = "15m946p982bk4apig7yf07jm25ck26v2qxcvnrfh60vrbaw6gihw";
};
disabled = ( luaOlder "5.1" );
propagatedBuildInputs = [ lua ];