luarocks-nix: Bump to version that supports --maintainers argument

This commit is contained in:
Alexei Robyn
2019-06-13 20:03:25 +10:00
parent 46c6b27633
commit 00622f144e
2 changed files with 32 additions and 2 deletions
@@ -4,7 +4,10 @@ luarocks.overrideAttrs(old: {
src = fetchFromGitHub {
owner = "teto";
repo = "luarocks";
rev = "595456f1246d66e5bdce0de838d0d6188274991c";
sha256 = "14nn0n5a0m516lnbwljy85h7y98zwnfbcyz7hgsm6fn4p8316yz2";
rev = "38ed82ba3e5682d7d55ef9a870dfb464ca180df9";
sha256 = "0vlzywiv3sxkpjg1fzzxicmfr6kh04fxw5q9n8vsd2075xjxg6bs";
};
patches = [
./darwin-3.0.x.patch
];
})