Commit 10e4b812 authored by R. RyanTM's avatar R. RyanTM
Browse files

bpftop: 0.8.0 -> 0.9.0

parent e9d5d591
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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