bpftop: 0.7.1 -> 0.8.0

This commit is contained in:
R. Ryantm
2026-04-14 00:26:12 +00:00
parent 489849cd0c
commit 9b6ea3e4a7
+3 -3
View File
@@ -10,16 +10,16 @@
}:
rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } (finalAttrs: {
pname = "bpftop";
version = "0.7.1";
version = "0.8.0";
src = fetchFromGitHub {
owner = "Netflix";
repo = "bpftop";
tag = "v${finalAttrs.version}";
hash = "sha256-8vb32+wHOnADpIIfO9mMlGu7GdlA0hS9ij0zSLcrO7A=";
hash = "sha256-2W00L4JudB7D3IBpY9But+I5erU5+Hf/M2h3jERYObc=";
};
cargoHash = "sha256-euiI4R4nCgnwiBA22kzn0c91hjOr0IOOAyFkW5ZadIk=";
cargoHash = "sha256-5VzItvqcBzXGAMEY6ZgvJSDkA+fF7ega4NSEaskhL5w=";
buildInputs = [
elfutils