mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
linuxPackages.bcc: 0.6.0 -> 0.6.1
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
249ba3d3ed
commit
9076458c1e
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue