Merge pull request #81483 from lovesegfault/fix-neovim

Revert "Merge pull request #79750 from doronbehar/update-luarocks"
This commit is contained in:
Michael Raskin 2020-03-02 08:59:20 +00:00 committed by GitHub
commit ca7f750959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "luarocks";
version = "3.3.1";
version = "3.2.1";
src = fetchFromGitHub {
owner = "luarocks";
repo = "luarocks";
rev = "v${version}";
sha256 = "0859k2b9pihmcw45fdsbwx936npcj3vbp3hxi1v3j7n61dkw7r0s";
sha256 = "0viiafmb8binksda79ah828q1dfnb6jsqlk7vyndl2xvx9yfn4y2";
};
patches = [ ./darwin-3.1.3.patch ];