Revert "Merge pull request #79750 from doronbehar/update-luarocks"

This reverts commit 0566b5ce19, reversing
changes made to 4d6e3bf127.
This commit is contained in:
Bernardo Meurer 2020-02-28 10:33:15 -08:00
parent 096a00a709
commit 81461cff5f
No known key found for this signature in database
GPG key ID: E421C74191EA186C

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