15 rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } {
16 inherit pname version;
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-CSQfg0JuWm0CFyC4eXxn7eSyKIu0gKAqgiQT64tgnDI=";
24 cargoHash = "sha256-Hg763Zy5KRZqEDoasoDScZGAPb1ABRp+LI1c7IYJNf0=";
32 nativeBuildInputs = [ pkg-config ];
39 description = "Dynamic real-time view of running eBPF programs";
40 homepage = "https://github.com/Netflix/bpftop";
41 license = lib.licenses.asl20;
42 maintainers = with lib.maintainers; [
47 mainProgram = "bpftop";