Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-01-16 18:51:11 +00:00
committed by GitHub
1010 changed files with 2951 additions and 2714 deletions
+2 -2
View File
@@ -6,13 +6,13 @@
python.pkgs.buildPythonApplication rec {
pname = "bcc";
version = "0.17.0";
version = "0.18.0";
disabled = !stdenv.isLinux;
src = fetchurl {
url = "https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz";
sha256 = "sha256-aEy8WwtKGaf7GZOTK5IHhwzenqU2U+vpWrcNWMCGvMw=";
sha256 = "sha256-0F8tppVFu7cnuSnlgcEvbEdykxYhGJnTc04I98/yIVs=";
};
format = "other";