Merge pull request #46301 from r-ryantm/auto-update/bcc

linuxPackages.bcc: 0.6.1 -> 0.7.0
This commit is contained in:
Jörg Thalheim 2018-09-07 13:57:35 +01:00 committed by GitHub
commit 8f6e805be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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