8 stdenv.mkDerivation (finalAttrs: {
12 src = fetchFromGitHub {
15 rev = finalAttrs.version;
16 hash = "sha256-OQWlFwCga33rTseLeO8rAd+pkLHbSNf3YI5OSwrdIyk=";
19 buildInputs = [ ncurses ];
21 installFlags = [ "prefix=$(out)" ];
24 description = "Tool to monitor network traffic based on processes";
25 homepage = "https://github.com/berghetti/netproc";
26 license = licenses.gpl3;
27 mainProgram = "netproc";
28 maintainers = [ maintainers.azuwis ];
29 platforms = platforms.linux;