Skip to content

Commit

Permalink
Revert "Merge pull request #79750 from doronbehar/update-luarocks"
Browse files Browse the repository at this point in the history
This reverts commit 0566b5c, reversing
changes made to 4d6e3bf.
  • Loading branch information
lovesegfault committed Mar 2, 2020
1 parent 096a00a commit 81461cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/luarocks/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 81461cf

Please sign in to comment.