luaPackages.luv: 1.48.0-2 -> 1.50.0-1

This commit is contained in:
Stanislav Asunkin 2025-03-28 13:17:28 +03:00
parent 0d8143bf50
commit 317e618079
2 changed files with 6 additions and 6 deletions

View file

@ -105,7 +105,7 @@ luazip,,,,,,
lusc_luv,,,,,,
lush.nvim,,,https://luarocks.org/dev,,,teto
luuid,,,,20120509-2,,
luv,,,,1.48.0-2,,
luv,,,,1.50.0-1,,
lyaml,,,,,,lblasc
lz.n,,,,,,mrcjkb
lze,,,,,,birdee

1 name rockspec ref server version luaversion maintainers
105 lusc_luv
106 lush.nvim https://luarocks.org/dev teto
107 luuid 20120509-2
108 luv 1.48.0-2 1.50.0-1
109 lyaml lblasc
110 lz.n mrcjkb
111 lze birdee

View file

@ -3470,15 +3470,15 @@ final: prev: {
}:
buildLuarocksPackage {
pname = "luv";
version = "1.48.0-2";
version = "1.50.0-1";
knownRockspec =
(fetchurl {
url = "mirror://luarocks/luv-1.48.0-2.rockspec";
sha256 = "0353bjn9z90a1hd7rksdfrd9fbdd31hbvdaxr1fb0fh0bc1cpy94";
url = "mirror://luarocks/luv-1.50.0-1.rockspec";
sha256 = "01i6hs3nllbdwlwcfgjdbxmzgww2yk6a8bn0s5q4lkv67dx89g90";
}).outPath;
src = fetchurl {
url = "https://github.com/luvit/luv/releases/download/1.48.0-2/luv-1.48.0-2.tar.gz";
sha256 = "0yivq14dw0vjyl8ibrgdgrj9fbhjyy4yf3m4jc15bxmlxggisfic";
url = "https://github.com/luvit/luv/releases/download/1.50.0-1/luv-1.50.0-1.tar.gz";
sha256 = "0d5wnn35asqg3ixmyqq80s7ibhbdzl9kxn7dy9a1v64w9l1c6ryq";
};
disabled = luaOlder "5.1";