10 src = fetchFromGitHub {
11 owner = "tnpitsecurity";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-TNIAin4W3pBNl9Id0zFeEDTT0B2PCS29q7csekkZ4CQ=";
17 vendorHash = "sha256-LqoWkhEnsKTz384dhqNKmZrG38NHxaFx4k7zjHj51Ys=";
26 "-extldflags '-static'"
29 # Tests require network access
33 description = "Tunneling/pivoting tool that uses a TUN interface";
34 homepage = "https://github.com/tnpitsecurity/ligolo-ng";
35 changelog = "https://github.com/nicocha30/ligolo-ng/releases/tag/v${version}";
36 license = licenses.gpl3Only;