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:
@@ -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
|
||||
];
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user