10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
15 owner = "vanhauser-thc";
18 sha256 = "07kwika1zdq62s5p5z94xznm77dxjxdg8k0hrg7wygz50151nzmx";
33 description = "IPv6 attack toolkit";
34 homepage = "https://github.com/vanhauser-thc/thc-ipv6";
35 maintainers = with maintainers; [ ajs124 ];
36 platforms = platforms.linux;
37 license = licenses.agpl3Only;