Merge pull request #79750 from doronbehar/update-luarocks

luarocks: 3.2.1 -> 3.3.1
This commit is contained in:
Michael Raskin 2020-02-11 06:50:43 +00:00 committed by GitHub
commit 0566b5ce19
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.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 ];