kernelshark: 2.2.0 -> 2.2.1

This commit is contained in:
Nicolas Benes 2023-07-11 22:36:06 +02:00
parent 67ecd3fd9d
commit de2ac3cf0e

View file

@ -5,12 +5,12 @@
mkDerivation rec {
pname = "kernelshark";
version = "2.2.0";
version = "2.2.1";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/utils/trace-cmd/kernel-shark.git/";
rev = "kernelshark-v${version}";
sha256 = "sha256-VkUah8qAlOck9245f/zngtVpHmJdx6eQXqwzLwK2xjU=";
hash = "sha256-V25IzPDOt6V03wgIa/AJ0T8mRaGmXYuMCcvbSOKleY0=";
};
outputs = [ "out" ];