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

linuxPackages.bcc: 0.6.0 -> 0.6.1
This commit is contained in:
Jörg Thalheim 2018-08-17 15:45:10 +01:00 committed by GitHub
commit e12e6e5f87
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.0";
version = "0.6.1";
name = "bcc-${version}";
src = fetchFromGitHub {
owner = "iovisor";
repo = "bcc";
rev = "v${version}";
sha256 = "1fk2kvbdvm87rkha2cigz2qhhlrni4g0dcnmiiyya79y85ahfvga";
sha256 = "1rfqjbq8ah8zrsnpbx0h5irq3h2snncfvi4pvaxl7574kciprjxj";
};
format = "other";