mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +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 {
|
||||
pname = "bcc";
|
||||
version = "0.31.0";
|
||||
version = "0.32.0";
|
||||
|
||||
disabled = !stdenv.hostPlatform.isLinux;
|
||||
|
||||
@ -28,7 +28,7 @@ python3Packages.buildPythonApplication rec {
|
||||
owner = "iovisor";
|
||||
repo = "bcc";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-ludgmHFOyBu1CwUiaqczmNui0J8bUBAA5QGBiado8yw=";
|
||||
hash = "sha256-urEHDDBBIdopQiT/QI5WtTbIO45pBk6bTNpfs8q/2hA=";
|
||||
};
|
||||
format = "other";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user