linuxPackages.bcc: 0.19.0 -> 0.20.0

This commit is contained in:
R. RyanTM 2021-05-07 07:12:22 +00:00 committed by Jonathan Ringer
parent e8a58e8a90
commit bf003c4670

View file

@ -6,7 +6,7 @@
python.pkgs.buildPythonApplication rec {
pname = "bcc";
version = "0.19.0";
version = "0.20.0";
disabled = !stdenv.isLinux;
@ -14,7 +14,7 @@ python.pkgs.buildPythonApplication rec {
owner = "iovisor";
repo = "bcc";
rev = "v${version}";
sha256 = "sha256:0k807vzznlb2icczw64ph6q28605kvghya2kd4h3c7jmap6gq1qg";
sha256 = "1xnpz2zv445dp5h0160drv6xlvrnwfj23ngc4dp3clcd59jh1baq";
};
format = "other";