Merge pull request #146223 from Mic92/bcc

authored by Sandro and committed by GitHub 7a9682ad c6be3b50

+2 -2
+2 -2
pkgs/os-specific/linux/bcc/default.nix
··· 6 6 7 7 python.pkgs.buildPythonApplication rec { 8 8 pname = "bcc"; 9 - version = "0.22.0"; 9 + version = "0.23.0"; 10 10 11 11 disabled = !stdenv.isLinux; 12 12 ··· 14 14 owner = "iovisor"; 15 15 repo = "bcc"; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-7FQz02APzjCjxCaw+e3H2GWz+UKsH0Dzgk9LoDgwDpU="; 17 + sha256 = "sha256-4zfjr3VLg26uZ4xNKA1wayti7f2tqGvYSbwoZnr+Ygk="; 18 18 fetchSubmodules = true; 19 19 }; 20 20 format = "other";