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