python312Packages.bcc: 0.31.0 -> 0.32.0

This commit is contained in:
R. Ryantm 2024-11-24 07:59:45 +00:00
parent 9ef8694ce2
commit 147ecc7564

View File

@ -20,7 +20,7 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "bcc"; pname = "bcc";
version = "0.31.0"; version = "0.32.0";
disabled = !stdenv.hostPlatform.isLinux; disabled = !stdenv.hostPlatform.isLinux;
@ -28,7 +28,7 @@ python3Packages.buildPythonApplication rec {
owner = "iovisor"; owner = "iovisor";
repo = "bcc"; repo = "bcc";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-ludgmHFOyBu1CwUiaqczmNui0J8bUBAA5QGBiado8yw="; hash = "sha256-urEHDDBBIdopQiT/QI5WtTbIO45pBk6bTNpfs8q/2hA=";
}; };
format = "other"; format = "other";