summary refs log tree commit diff
path: root/pkgs/os-specific/linux/trace-cmd
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-31 18:33:42 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-31 18:33:42 +0000
commitf97262253e63640c018002cc6c4c185b8e691e16 (patch)
tree680601d5bd1764568521cfd9ab80dbed392eb026 /pkgs/os-specific/linux/trace-cmd
parent6fde9705e89d37b3bb5523b2d67c5ec77515b1c0 (diff)
downloadnixpkgs-f97262253e63640c018002cc6c4c185b8e691e16.tar
nixpkgs-f97262253e63640c018002cc6c4c185b8e691e16.tar.gz
nixpkgs-f97262253e63640c018002cc6c4c185b8e691e16.tar.bz2
nixpkgs-f97262253e63640c018002cc6c4c185b8e691e16.tar.lz
nixpkgs-f97262253e63640c018002cc6c4c185b8e691e16.tar.xz
nixpkgs-f97262253e63640c018002cc6c4c185b8e691e16.tar.zst
nixpkgs-f97262253e63640c018002cc6c4c185b8e691e16.zip
kernelshark: 2.1.0 -> 2.1.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 e59e37c0b3c..f743b002484 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.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" ];