luarocks-nix: update 20190907 -> 20210122
rebased on top of luarocks 3.5
This commit is contained in:
parent
f217c0ea7c
commit
2db2a966ea
@ -1,14 +1,11 @@
|
|||||||
{ luarocks, fetchFromGitHub }:
|
{ luarocks, fetchFromGitHub }:
|
||||||
luarocks.overrideAttrs(old: {
|
luarocks.overrideAttrs(old: {
|
||||||
pname = "luarocks-nix";
|
pname = "luarocks-nix";
|
||||||
version = "2019-09-07";
|
version = "2021-01-22";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nix-community";
|
owner = "nix-community";
|
||||||
repo = "luarocks-nix";
|
repo = "luarocks-nix";
|
||||||
rev = "73b8772e56fd39dfffda9e3b13e9eb31e93d5cde";
|
rev = "v3.5.0_nix";
|
||||||
sha256 = "00jgshygw439pbaxg7yph3ijia6nid9r1br416wdbyl5wqhlhm1y";
|
sha256 = "sha256-Ea3PVkCaUPO/mvVZtHtD1G9T/Yom28M9oN6duY4ovHk=";
|
||||||
};
|
};
|
||||||
patches = [
|
|
||||||
./darwin-3.1.3.patch
|
|
||||||
];
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user