summary refs log tree commit diff
path: root/pkgs/os-specific/linux/bcc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-05-07 07:12:22 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-08 15:09:26 -0700
commitbf003c4670c6c4059c6f4f873518a4819368f19d (patch)
tree23f1136b86eb46f2de1580d8ef1f258f62b45b36 /pkgs/os-specific/linux/bcc
parente8a58e8a909bd14e90e95e614e95f5b7f453c934 (diff)
downloadnixpkgs-bf003c4670c6c4059c6f4f873518a4819368f19d.tar
nixpkgs-bf003c4670c6c4059c6f4f873518a4819368f19d.tar.gz
nixpkgs-bf003c4670c6c4059c6f4f873518a4819368f19d.tar.bz2
nixpkgs-bf003c4670c6c4059c6f4f873518a4819368f19d.tar.lz
nixpkgs-bf003c4670c6c4059c6f4f873518a4819368f19d.tar.xz
nixpkgs-bf003c4670c6c4059c6f4f873518a4819368f19d.tar.zst
nixpkgs-bf003c4670c6c4059c6f4f873518a4819368f19d.zip
linuxPackages.bcc: 0.19.0 -> 0.20.0
Diffstat (limited to 'pkgs/os-specific/linux/bcc')
-rw-r--r--pkgs/os-specific/linux/bcc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/bcc/default.nix b/pkgs/os-specific/linux/bcc/default.nix
index 4235ecb38d3..1ecf46ad22b 100644
--- a/pkgs/os-specific/linux/bcc/default.nix
+++ b/pkgs/os-specific/linux/bcc/default.nix
@@ -6,7 +6,7 @@
 
 python.pkgs.buildPythonApplication rec {
   pname = "bcc";
-  version = "0.19.0";
+  version = "0.20.0";
 
   disabled = !stdenv.isLinux;
 
@@ -14,7 +14,7 @@ python.pkgs.buildPythonApplication rec {
     owner = "iovisor";
     repo = "bcc";
     rev = "v${version}";
-    sha256 = "sha256:0k807vzznlb2icczw64ph6q28605kvghya2kd4h3c7jmap6gq1qg";
+    sha256 = "1xnpz2zv445dp5h0160drv6xlvrnwfj23ngc4dp3clcd59jh1baq";
   };
   format = "other";