mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Revert "luaPackages.luv: 1.30.0-0 -> 1.34.1-1"
This reverts commiteaa4728411
. With81461cff5f
luv also needs to be downgraded until luarocks can be updated to 3.3.1 again. Fixes #82727
This commit is contained in:
parent
c4f97342ba
commit
220636999b
|
@ -1326,11 +1326,11 @@ luuid = buildLuarocksPackage {
|
|||
};
|
||||
luv = buildLuarocksPackage {
|
||||
pname = "luv";
|
||||
version = "1.34.1-1";
|
||||
version = "1.30.0-0";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://luarocks.org/luv-1.34.1-1.src.rock;
|
||||
sha256 = "044cyp25xn35nj5qp1hx04lfkzrpa6adhqjshq2g7wvbga77p1q0";
|
||||
url = https://luarocks.org/luv-1.30.0-0.src.rock;
|
||||
sha256 = "1z5sdq9ld4sm5pws9qxpk9cadv9i7ycwad1zwsa57pj67gly11vi";
|
||||
};
|
||||
disabled = (luaOlder "5.1");
|
||||
propagatedBuildInputs = [ lua ];
|
||||
|
|
Loading…
Reference in a new issue