Merge pull request #215005 from r-ryantm/auto-update/kernelshark

kernelshark: 2.1.1 -> 2.2.0

authored by superherointj and committed by GitHub 6ad074f2 92025b39

+2 -2
+2 -2
pkgs/os-specific/linux/trace-cmd/kernelshark.nix
··· 5 5 6 6 mkDerivation rec { 7 7 pname = "kernelshark"; 8 - version = "2.1.1"; 8 + version = "2.2.0"; 9 9 10 10 src = fetchgit { 11 11 url = "https://git.kernel.org/pub/scm/utils/trace-cmd/kernel-shark.git/"; 12 12 rev = "kernelshark-v${version}"; 13 - sha256 = "sha256-1M35y3EkMHbGkVv93Xwo4zApvy9usIcz1spm5Z+1iUs="; 13 + sha256 = "sha256-VkUah8qAlOck9245f/zngtVpHmJdx6eQXqwzLwK2xjU="; 14 14 }; 15 15 16 16 outputs = [ "out" ];