kernelshark: 2.3.1 -> 2.3.2 (#371427)

This commit is contained in:
Weijia Wang
2025-01-26 13:07:21 +01:00
committed by GitHub
@@ -22,20 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "kernelshark";
version = "2.3.1";
version = "2.3.2";
src = fetchzip {
url = "https://git.kernel.org/pub/scm/utils/trace-cmd/kernel-shark.git/snapshot/kernelshark-v${finalAttrs.version}.tar.gz";
hash = "sha256-KV8ahV2koX7OL1C42H5If14e7m54jv0DlZ1dNsVRUWE=";
hash = "sha256-+Vi1Tj42bAxJKgGqVXbCYywqQAdz5y+Zv2hQH8iaJkM=";
};
patches = [
(fetchpatch {
url = "https://git.kernel.org/pub/scm/utils/trace-cmd/kernel-shark.git/patch/?id=9e33324644fff49b7aa15d34f836e72af8b32c78";
hash = "sha256-2XtEQ4WscLlUiEQYG2HiHuysMzVzlG05PVreLRVM8Lc=";
})
];
outputs = [ "out" ];
nativeBuildInputs = [