Unverified Commit 8143bda3 authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

Merge pull request #291911 from 0x4A6F/master-bpftop-update

bpftop: 0.2.1 -> 0.2.2
parents 1411b424 d1038f6b
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
  pname = "bpftop";
  version = "0.2.1";
  version = "0.2.2";

  src = fetchFromGitHub {
    owner = "Netflix";
    repo = "bpftop";
    rev = "v${version}";
    hash = "sha256-HP8ubzCfBNgISrAyLACylH4PHxLhJPzIQFmIWEL5gjo=";
    hash = "sha256-1Wgfe+M1s3hxcN9g1KiBeZycdgpMiHy5FWlE0jlNq/U=";
  };

  cargoHash = "sha256-+zh7GZ/fbhxLNQkkHFZqtJxy2IeS+KX5s2Qi5N21u/0=";
  cargoHash = "sha256-CrAH3B3dCg3GsxvRrVp/jx3YSpmEg4/jyNuXUO/zeq0=";

  buildInputs = [
    elfutils
@@ -34,7 +34,10 @@ rustPlatform.buildRustPackage rec {
    description = "A dynamic real-time view of running eBPF programs";
    homepage = "https://github.com/Netflix/bpftop";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ mfrw ];
    maintainers = with lib.maintainers; [
      _0x4A6F
      mfrw
    ];
    mainProgram = "bpftop";
  };
}