We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 997dcad + e869934 commit ba238f0Copy full SHA for ba238f0
pkgs/by-name/bc/bcc/package.nix
@@ -21,15 +21,15 @@
21
22
python3Packages.buildPythonApplication rec {
23
pname = "bcc";
24
- version = "0.32.0";
+ version = "0.33.0";
25
26
disabled = !stdenv.hostPlatform.isLinux;
27
28
src = fetchFromGitHub {
29
owner = "iovisor";
30
repo = "bcc";
31
tag = "v${version}";
32
- hash = "sha256-urEHDDBBIdopQiT/QI5WtTbIO45pBk6bTNpfs8q/2hA=";
+ hash = "sha256-6dT3seLuEVQNKWiYGLK1ajXzW7pb62S/GQ0Lp4JdGjc=";
33
};
34
format = "other";
35
0 commit comments