mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
python312Packages.bcc: 0.33.0 -> 0.34.0
This commit is contained in:
parent
58855d6481
commit
d2c903e835
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "bcc";
|
pname = "bcc";
|
||||||
version = "0.33.0";
|
version = "0.34.0";
|
||||||
|
|
||||||
disabled = !stdenv.hostPlatform.isLinux;
|
disabled = !stdenv.hostPlatform.isLinux;
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
owner = "iovisor";
|
owner = "iovisor";
|
||||||
repo = "bcc";
|
repo = "bcc";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-6dT3seLuEVQNKWiYGLK1ajXzW7pb62S/GQ0Lp4JdGjc=";
|
hash = "sha256-sSHEsvTtqPpfxSevmjciQ+xFj+4G4GE4ExWoIYc+DQI=";
|
||||||
};
|
};
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue