luarocks-nix: bump to 2019-09-07

added version and transferred the repostiory to nix-community.
With this bump, luarocks-nix generates mirro://luarocks urls.
This commit is contained in:
Matthieu Coudron
2019-09-08 01:14:16 +09:00
parent 4d526d6fc6
commit 4a3189085a
3 changed files with 6 additions and 31 deletions
@@ -1,13 +1,14 @@
{ luarocks, fetchFromGitHub }:
luarocks.overrideAttrs(old: {
pname = "luarocks-nix";
version = "2019-09-07";
src = fetchFromGitHub {
owner = "teto";
owner = "nix-community";
repo = "luarocks";
rev = "38ed82ba3e5682d7d55ef9a870dfb464ca180df9";
sha256 = "0vlzywiv3sxkpjg1fzzxicmfr6kh04fxw5q9n8vsd2075xjxg6bs";
rev = "fa7c367bcdad36768db5f19fd4fcdd9681a14429";
sha256 = "0kziwfw5gqq5xsckl7qf9wasaiy8rp42h5qrcnjx07qp47a9ldx7";
};
patches = [
./darwin-3.0.x.patch
./darwin-3.1.3.patch
];
})