8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-+W+3RLvgXXtUImzLkJr9mSWExvAUgjMp+lR9sg14VaY=";
29 description = "BPF based visual packet rate monitor";
30 mainProgram = "bpfmon";
31 homepage = "https://github.com/bbonev/bpfmon";
32 changelog = "https://github.com/bbonev/bpfmon/releases/tag/v${version}";
33 maintainers = with maintainers; [ arezvov ];
34 license = licenses.gpl2Plus;
35 platforms = platforms.linux;