bpftop: 0.7.0 -> 0.7.1 (#439441)

This commit is contained in:
Nick Cao
2025-09-03 16:38:38 -04:00
committed by GitHub
+3 -3
View File
@@ -10,7 +10,7 @@
}:
let
pname = "bpftop";
version = "0.7.0";
version = "0.7.1";
in
rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } {
inherit pname version;
@@ -18,10 +18,10 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } {
owner = "Netflix";
repo = "bpftop";
tag = "v${version}";
hash = "sha256-h6iNc2z5UF+Z4FTaZXfhbz7gIIGlT8pbJ7OcP6uZENc=";
hash = "sha256-8vb32+wHOnADpIIfO9mMlGu7GdlA0hS9ij0zSLcrO7A=";
};
cargoHash = "sha256-Z7E61XiEKM6zKm7LFIXPYCFoSwSHfq6QCfbRMmiBW+o=";
cargoHash = "sha256-euiI4R4nCgnwiBA22kzn0c91hjOr0IOOAyFkW5ZadIk=";
buildInputs = [
elfutils