bcc: 0.24.0 -> 0.25.0

This commit is contained in:
Dominique Martinet 2022-08-31 15:35:09 +09:00
parent c49f0b22e1
commit c35e6853fd
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@
python.pkgs.buildPythonApplication rec {
pname = "bcc";
version = "0.24.0";
version = "0.25.0";
disabled = !stdenv.isLinux;
@ -15,7 +15,7 @@ python.pkgs.buildPythonApplication rec {
owner = "iovisor";
repo = "bcc";
rev = "v${version}";
sha256 = "sha256-5Nq6LmphiyiiIyru/P2rCCmA25cwJIWn08oK1+eM3cQ=";
sha256 = "sha256-05FQWBxFI8bxjm6vDCoEqqpAd4Agn84M28P3G6F3tag=";
};
format = "other";

View file

@ -16752,6 +16752,7 @@ with pkgs;
bcc = callPackage ../os-specific/linux/bcc {
python = pkgs.python3;
libbpf = libbpf_1;
};
bpftrace = callPackage ../os-specific/linux/bpftrace { };