iwinfo: use Lua 5.3 port
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
4cf10c2e75
commit
b57df3f288
1 changed files with 4 additions and 4 deletions
|
@ -4,12 +4,12 @@
|
||||||
fetchFromGitea,
|
fetchFromGitea,
|
||||||
ubus,
|
ubus,
|
||||||
libubox,
|
libubox,
|
||||||
lua5_1,
|
lua5_3,
|
||||||
libnl-tiny,
|
libnl-tiny,
|
||||||
backend ? "nl80211"
|
backend ? "nl80211"
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
lua = lua5_1;
|
lua = lua5_3;
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "iwinfo";
|
pname = "iwinfo";
|
||||||
|
@ -19,8 +19,8 @@ stdenv.mkDerivation rec {
|
||||||
domain = "git.dgnum.eu";
|
domain = "git.dgnum.eu";
|
||||||
owner = "DGNum";
|
owner = "DGNum";
|
||||||
repo = "iwinfo";
|
repo = "iwinfo";
|
||||||
rev = "aaa40cc77a42683df3c32d1f693e9ab95f910f2a";
|
rev = "14685a26805155aa5c137993b9a4861a0bc585d5";
|
||||||
hash = "sha256-ojBj0dbDgtnloe1MILIjYVPX3PVZeUbYnEdqeg6/4OM=";
|
hash = "sha256-lg4sBoYcFFLhcUv+wKR6u1OCartjtnAoF9M5FdfO6JE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
BACKENDS = backend;
|
BACKENDS = backend;
|
||||||
|
|
Loading…
Reference in a new issue