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

bpftop: 0.4.0 -> 0.4.1
This commit is contained in:
0x4A6F 2024-04-10 20:01:26 +02:00 committed by GitHub
commit 07581bb39a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "bpftop"; pname = "bpftop";
version = "0.4.0"; version = "0.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Netflix"; owner = "Netflix";
repo = "bpftop"; repo = "bpftop";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-N5sszFVU1nMS6QQENa9JcgFKSSWs07bWn6usvV/QmX4="; hash = "sha256-OLPebPzb2FKiV1Gc8HTK3sXU2UDMyhFA/XLix/lWxgU=";
}; };
cargoHash = "sha256-yVNql4fSU1HhLKy8HYUbNnMnxgr/gPuqKol5O0ZDQlY="; cargoHash = "sha256-UYCbNECsos71cwwE5avtaijPaPGhLEU7J9i84wPkObI=";
buildInputs = [ buildInputs = [
elfutils elfutils