kernelshark: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm 2022-07-31 18:33:42 +00:00
parent 6fde9705e8
commit f97262253e

View file

@ -5,12 +5,12 @@
mkDerivation rec {
pname = "kernelshark";
version = "2.1.0";
version = "2.1.1";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/utils/trace-cmd/kernel-shark.git/";
rev = "kernelshark-v${version}";
sha256 = "18yx8bp2996hiy026ncw2z5yfihvkjfl6m09y19yvs72crgvpyn8";
sha256 = "sha256-1M35y3EkMHbGkVv93Xwo4zApvy9usIcz1spm5Z+1iUs=";
};
outputs = [ "out" ];