Skip to content

Commit 355ea29

Browse files
authored
kernelshark: 2.3.2 -> 2.4.0 (#396322)
2 parents c68ad75 + 4d52438 commit 355ea29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/os-specific/linux/trace-cmd/kernelshark.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919

2020
stdenv.mkDerivation (finalAttrs: {
2121
pname = "kernelshark";
22-
version = "2.3.2";
22+
version = "2.4.0";
2323

2424
src = fetchzip {
2525
url = "https://git.kernel.org/pub/scm/utils/trace-cmd/kernel-shark.git/snapshot/kernelshark-v${finalAttrs.version}.tar.gz";
26-
hash = "sha256-+Vi1Tj42bAxJKgGqVXbCYywqQAdz5y+Zv2hQH8iaJkM=";
26+
hash = "sha256-OT6ClyZRE+pxWwm+sfzvN3CnoCIyxcAiVsi1fdzaT4M=";
2727
};
2828

2929
outputs = [ "out" ];

0 commit comments

Comments
 (0)