1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

bcc: 0.7.0 -> 0.8.0

This commit is contained in:
Will Dietz 2019-01-13 15:44:18 -06:00
parent 5285526b0f
commit 91f2eb73ae

View file

@ -4,14 +4,14 @@
}:
python.pkgs.buildPythonApplication rec {
version = "0.7.0";
version = "0.8.0";
name = "bcc-${version}";
src = fetchFromGitHub {
owner = "iovisor";
repo = "bcc";
rev = "v${version}";
sha256 = "1ww7l0chx2ivw9d2ahxjyhxmh6hz3w5z69r4lz02f0361rnrvk7f";
sha256 = "15vvybllmh9hdj801v3psd671c0qq2a1xdv73kabb9r4fzgaknxk";
};
format = "other";