forked from mirrors/nixpkgs
linuxPackages.bcc: 0.6.1 -> 0.7.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bcc/versions
This commit is contained in:
parent
6767396e38
commit
29cdfe0218
|
@ -4,14 +4,14 @@
|
|||
}:
|
||||
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
version = "0.6.1";
|
||||
version = "0.7.0";
|
||||
name = "bcc-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "iovisor";
|
||||
repo = "bcc";
|
||||
rev = "v${version}";
|
||||
sha256 = "1rfqjbq8ah8zrsnpbx0h5irq3h2snncfvi4pvaxl7574kciprjxj";
|
||||
sha256 = "1ww7l0chx2ivw9d2ahxjyhxmh6hz3w5z69r4lz02f0361rnrvk7f";
|
||||
};
|
||||
|
||||
format = "other";
|
||||
|
|
Loading…
Reference in a new issue