bcc: 0.28.0 -> 0.29.1
Diff: https://github.com/iovisor/bcc/compare/v0.28.0...v0.29.1 Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
parent
546fa0a3f3
commit
a2f773b358
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "bcc";
|
||||
version = "0.28.0";
|
||||
version = "0.29.1";
|
||||
|
||||
disabled = !stdenv.isLinux;
|
||||
|
||||
|
@ -28,7 +28,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
owner = "iovisor";
|
||||
repo = "bcc";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-+ecSaVroDC2bWbio4JsuwEvHQdCMpxLt7hIkeREMJs8=";
|
||||
hash = "sha256-+HYCweAI5axx0ZNFd/jLRXkUinRLDmKWMpLTk7FrEe0=";
|
||||
};
|
||||
format = "other";
|
||||
|
||||
|
|
Loading…
Reference in a new issue