15 rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } {
16 inherit pname version;
17 src = fetchFromGitHub {
21 hash = "sha256-WH/oCnkBcvoouBbkAcyawfAuNR3VsTl5+ZATLpi9d4w=";
24 cargoHash = "sha256-H9HapuIyJJOSQIR9IvFZaQ+Nz9M0MH12JwbY8r2l+JY=";
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";