bcc: 0.30.0 -> 0.31.0

This commit is contained in:
R. Ryantm
2024-08-08 06:41:47 +00:00
parent 086a5ea5b3
commit 4cd87f9ba9
+3 -3
View File
@@ -20,15 +20,15 @@
python3.pkgs.buildPythonApplication rec {
pname = "bcc";
version = "0.30.0";
version = "0.31.0";
disabled = !stdenv.isLinux;
src = fetchFromGitHub {
owner = "iovisor";
repo = "bcc";
rev = "v${version}";
hash = "sha256-ngGLGfLv2prnjhgaRPf8ea3oyy4129zGodR0Yz1QtCw=";
rev = "refs/tags/v${version}";
hash = "sha256-ludgmHFOyBu1CwUiaqczmNui0J8bUBAA5QGBiado8yw=";
};
format = "other";