Skip to content

Commit ba238f0

Browse files
authored
python312Packages.bcc: 0.32.0 -> 0.33.0 (NixOS#375069)
2 parents 997dcad + e869934 commit ba238f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/bc/bcc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121

2222
python3Packages.buildPythonApplication rec {
2323
pname = "bcc";
24-
version = "0.32.0";
24+
version = "0.33.0";
2525

2626
disabled = !stdenv.hostPlatform.isLinux;
2727

2828
src = fetchFromGitHub {
2929
owner = "iovisor";
3030
repo = "bcc";
3131
tag = "v${version}";
32-
hash = "sha256-urEHDDBBIdopQiT/QI5WtTbIO45pBk6bTNpfs8q/2hA=";
32+
hash = "sha256-6dT3seLuEVQNKWiYGLK1ajXzW7pb62S/GQ0Lp4JdGjc=";
3333
};
3434
format = "other";
3535

0 commit comments

Comments
 (0)