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

kernelshark: 2.1.0 -> 2.1.1
This commit is contained in:
Jonas Heinrich 2022-08-28 13:07:11 +02:00 committed by GitHub
commit cc9076cbea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" ];