luaPackages.luv: 1.43.0-0 -> 1.44.2-1

as requested by neovim
This commit is contained in:
Matthieu Coudron 2023-04-09 22:57:58 +02:00 committed by Matthieu Coudron
parent 340acec509
commit 619ca2064f
2 changed files with 7 additions and 7 deletions

View File

@ -82,7 +82,7 @@ luautf8,,,,,,pstn
luazip,,,,,,
lua-yajl,,,,,,pstn
luuid,,,,,,
luv,,,,1.43.0-0,,
luv,,,,1.44.2-1,,
lush.nvim,https://github.com/rktjmp/lush.nvim,,,,,teto
lyaml,,,,,,lblasc
markdown,,,,,,

1 name src ref server version luaversion maintainers
82 luazip
83 lua-yajl pstn
84 luuid
85 luv 1.43.0-0 1.44.2-1
86 lush.nvim https://github.com/rktjmp/lush.nvim teto
87 lyaml lblasc
88 markdown

View File

@ -2346,17 +2346,17 @@ buildLuarocksPackage {
};
}) {};
luv = callPackage({ buildLuarocksPackage, lua, fetchurl, luaOlder }:
luv = callPackage({ luaOlder, buildLuarocksPackage, fetchurl, lua }:
buildLuarocksPackage {
pname = "luv";
version = "1.43.0-0";
version = "1.44.2-1";
knownRockspec = (fetchurl {
url = "mirror://luarocks/luv-1.43.0-0.rockspec";
sha256 = "0z5a7yp20xbb3f9w73skm9fj89gxxqv72nrxjq3kycsc6c2v3m8f";
url = "mirror://luarocks/luv-1.44.2-1.rockspec";
sha256 = "07jwi50i16rv7sj914k1q3l9dy9wldbw2skmsdrzlkc57mqvg348";
}).outPath;
src = fetchurl {
url = "https://github.com/luvit/luv/releases/download/1.43.0-0/luv-1.43.0-0.tar.gz";
sha256 = "1qlx1r79sfn8r20yx19bhdr0v58ykpwgwzy5vma9p2ngrlynyyjn";
url = "https://github.com/luvit/luv/releases/download/1.44.2-1/luv-1.44.2-1.tar.gz";
sha256 = "0c2wkszxw6gwa4l6g1d2zzh660j13lif6c7a910vq7zn8jycgd9y";
};
disabled = (luaOlder "5.1");