5 libnetfilter_conntrack,
9 stdenv.mkDerivation rec {
14 url = "https://github.com/jaymzh/iptstate/releases/download/v${version}/${pname}-${version}.tar.bz2";
15 sha256 = "sha256-iW3wYCiFRWomMfeV1jT8ITEeUF+MkQNI5jEoYPIJeVU=";
19 libnetfilter_conntrack
24 description = "Conntrack top like tool";
25 mainProgram = "iptstate";
26 homepage = "https://github.com/jaymzh/iptstate";
27 platforms = platforms.linux;
28 maintainers = with maintainers; [ trevorj ];
29 downloadPage = "https://github.com/jaymzh/iptstate/releases";
30 license = licenses.zlib;
34 install -m755 -D iptstate $out/bin/iptstate