bpftop: 0.8.0 -> 0.9.0 (#516002)

This commit is contained in:
Nick Cao
2026-05-04 19:53:53 +00:00
committed by GitHub
+3 -3
View File
@@ -10,16 +10,16 @@
}:
rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } (finalAttrs: {
pname = "bpftop";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "Netflix";
repo = "bpftop";
tag = "v${finalAttrs.version}";
hash = "sha256-2W00L4JudB7D3IBpY9But+I5erU5+Hf/M2h3jERYObc=";
hash = "sha256-QukcBq80tASPSHRg1yRouYiZqvca+ipp6RGzXqP2CwA=";
};
cargoHash = "sha256-5VzItvqcBzXGAMEY6ZgvJSDkA+fF7ega4NSEaskhL5w=";
cargoHash = "sha256-33VamoVq8O4cgdweWRaDqo5ey2lbLAHoPQVPgmyQwh0=";
buildInputs = [
elfutils