Skip to content

Commit

Permalink
luarocks: 3.2.1 -> 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Feb 10, 2020
1 parent 079622e commit d4f09b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/luarocks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "luarocks";
version = "3.2.1";
version = "3.3.1";

src = fetchFromGitHub {
owner = "luarocks";
repo = "luarocks";
rev = "v${version}";
sha256 = "0viiafmb8binksda79ah828q1dfnb6jsqlk7vyndl2xvx9yfn4y2";
sha256 = "0859k2b9pihmcw45fdsbwx936npcj3vbp3hxi1v3j7n61dkw7r0s";
};

patches = [ ./darwin-3.1.3.patch ];
Expand Down

0 comments on commit d4f09b6

Please sign in to comment.