Skip to content

Commit

Permalink
Revert "luaPackages.luv: 1.30.0-0 -> 1.34.1-1"
Browse files Browse the repository at this point in the history
This reverts commit eaa4728.

With 81461cf luv also needs to be
downgraded until luarocks can be updated to 3.3.1 again.

Fixes #82727
  • Loading branch information
LnL7 committed Mar 27, 2020
1 parent c4f9734 commit 2206369
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/lua-modules/generated-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 2206369

Please sign in to comment.