Skip to content

Commit

Permalink
Merge pull request NixOS#307197 from r-ryantm/auto-update/bpftop
Browse files Browse the repository at this point in the history
bpftop: 0.4.1 -> 0.4.2
  • Loading branch information
Aleksanaa authored Apr 27, 2024
2 parents 3af2823 + 498d139 commit 7863b27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/bp/bpftop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "bpftop";
version = "0.4.1";
version = "0.4.2";

src = fetchFromGitHub {
owner = "Netflix";
repo = "bpftop";
rev = "v${version}";
hash = "sha256-OLPebPzb2FKiV1Gc8HTK3sXU2UDMyhFA/XLix/lWxgU=";
hash = "sha256-zYCv3L+xDFAJ4Wo9xwfHJrqPQUv5KiFDbhCdC1Z6qNo=";
};

cargoHash = "sha256-UYCbNECsos71cwwE5avtaijPaPGhLEU7J9i84wPkObI=";
cargoHash = "sha256-6uPfMxjSrSGrAgJcvzTY/i1ckoW/wIi7D5noOafCvZE=";

buildInputs = [
elfutils
Expand Down

0 comments on commit 7863b27

Please sign in to comment.