Merge pull request #330848 from r-ryantm/auto-update/bpftop

bpftop: 0.5.1 -> 0.5.2
This commit is contained in:
Nick Cao
2024-07-29 15:09:13 -04:00
committed by GitHub
+3 -3
View File
@@ -10,7 +10,7 @@
}:
let
pname = "bpftop";
version = "0.5.1";
version = "0.5.2";
in
rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } {
inherit pname version;
@@ -18,10 +18,10 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } {
owner = "Netflix";
repo = "bpftop";
rev = "refs/tags/v${version}";
hash = "sha256-CSQfg0JuWm0CFyC4eXxn7eSyKIu0gKAqgiQT64tgnDI=";
hash = "sha256-WH/oCnkBcvoouBbkAcyawfAuNR3VsTl5+ZATLpi9d4w=";
};
cargoHash = "sha256-Hg763Zy5KRZqEDoasoDScZGAPb1ABRp+LI1c7IYJNf0=";
cargoHash = "sha256-H9HapuIyJJOSQIR9IvFZaQ+Nz9M0MH12JwbY8r2l+JY=";
buildInputs = [
elfutils