linuxPackages.bcc: 0.18.0 -> 0.19.0

This commit is contained in:
Jörg Thalheim 2021-03-20 06:19:53 +01:00
parent 39ecc2eb70
commit 95c922ed64
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -6,13 +6,13 @@
python.pkgs.buildPythonApplication rec {
pname = "bcc";
version = "0.18.0";
version = "0.19.0";
disabled = !stdenv.isLinux;
src = fetchurl {
url = "https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz";
sha256 = "sha256-0F8tppVFu7cnuSnlgcEvbEdykxYhGJnTc04I98/yIVs=";
sha256 = "sha256-TEH8Gmp+8ghLQ8UsGy5hBCMLqfMeApWEFr8THYSOdOQ=";
};
format = "other";