3
0
Fork 0
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:
R. RyanTM 2018-09-07 00:54:22 -07:00
parent 6767396e38
commit 29cdfe0218

View file

@ -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";