mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
python312Packages.bcc: 0.31.0 -> 0.32.0
This commit is contained in:
parent
9ef8694ce2
commit
147ecc7564
@ -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";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user