summary refs log tree commit diff
path: root/pkgs/os-specific/linux/trace-cmd
diff options
context:
space:
mode:
authorNicolas Benes <nbenes.gh@xandea.de>2023-07-11 22:36:06 +0200
committerNicolas Benes <nbenes.gh@xandea.de>2023-07-11 22:36:20 +0200
commitde2ac3cf0e2a38edc1e41d29bfe083c14c409f29 (patch)
treed0e15de2cf7bf8747dc24c81b778a71c8a82b953 /pkgs/os-specific/linux/trace-cmd
parent67ecd3fd9d46c3e4a29e0e5712ec1f618b140b02 (diff)
downloadnixpkgs-de2ac3cf0e2a38edc1e41d29bfe083c14c409f29.tar
nixpkgs-de2ac3cf0e2a38edc1e41d29bfe083c14c409f29.tar.gz
nixpkgs-de2ac3cf0e2a38edc1e41d29bfe083c14c409f29.tar.bz2
nixpkgs-de2ac3cf0e2a38edc1e41d29bfe083c14c409f29.tar.lz
nixpkgs-de2ac3cf0e2a38edc1e41d29bfe083c14c409f29.tar.xz
nixpkgs-de2ac3cf0e2a38edc1e41d29bfe083c14c409f29.tar.zst
nixpkgs-de2ac3cf0e2a38edc1e41d29bfe083c14c409f29.zip
kernelshark: 2.2.0 -> 2.2.1
Diffstat (limited to 'pkgs/os-specific/linux/trace-cmd')
-rw-r--r--pkgs/os-specific/linux/trace-cmd/kernelshark.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/trace-cmd/kernelshark.nix b/pkgs/os-specific/linux/trace-cmd/kernelshark.nix
index e492bc2403f..23ebbae8d1c 100644
--- a/pkgs/os-specific/linux/trace-cmd/kernelshark.nix
+++ b/pkgs/os-specific/linux/trace-cmd/kernelshark.nix
@@ -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" ];