1 { lib, stdenv, fetchFromGitHub, libpcap, openssl, libnetfilter_queue, libnfnetlink }:
2 stdenv.mkDerivation rec {
6 src = fetchFromGitHub {
7 owner = "vanhauser-thc";
10 sha256 = "07kwika1zdq62s5p5z94xznm77dxjxdg8k0hrg7wygz50151nzmx";
25 description = "IPv6 attack toolkit";
26 homepage = "https://github.com/vanhauser-thc/thc-ipv6";
27 maintainers = with maintainers; [ ajs124 ];
28 platforms = platforms.linux;
29 license = licenses.agpl3Only;