linuxPackages.bcc: 0.25.0 -> 0.26.0

Diff: https://github.com/iovisor/bcc/compare/v0.25.0...v0.26.0
This commit is contained in:
Jörg Thalheim 2022-12-18 00:10:23 +01:00
parent 0a457d1ec8
commit af375039f1

View File

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