3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #83532 from LnL7/darwin-neovim

Revert "luaPackages.luv: 1.30.0-0 -> 1.34.1-1"
This commit is contained in:
Daiderd Jordan 2020-03-29 10:39:19 +02:00 committed by GitHub
commit f4da410f0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];