ligolo-ng: 0.4.2 -> 0.4.3
This commit is contained in:
parent
ab41e13f6c
commit
275c67a37d
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "ligolo-ng";
|
pname = "ligolo-ng";
|
||||||
version = "0.4.2";
|
version = "0.4.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tnpitsecurity";
|
owner = "tnpitsecurity";
|
||||||
repo = "ligolo-ng";
|
repo = "ligolo-ng";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-BuKSIJGeHuHfzcaADgGqKyQ6oy5RAUHyRs8e+d/Nf+0=";
|
hash = "sha256-O/qiznQs+x7qBYXVItd0W7a0irEzRf0We7kW7HHLqcw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
|
@ -24,7 +24,7 @@ buildGoModule rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/tnpitsecurity/ligolo-ng";
|
homepage = "https://github.com/tnpitsecurity/ligolo-ng";
|
||||||
description = "A tunneling/pivoting tool that uses a TUN interface";
|
description = "A tunneling/pivoting tool that uses a TUN interface";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ elohmeier ];
|
maintainers = with maintainers; [ elohmeier ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue