bpftrace: 0.24.1 -> 0.24.2 (#470635)

This commit is contained in:
Aleksana
2025-12-14 14:13:56 +00:00
committed by GitHub
+2 -11
View File
@@ -23,24 +23,15 @@
stdenv.mkDerivation rec {
pname = "bpftrace";
version = "0.24.1";
version = "0.24.2";
src = fetchFromGitHub {
owner = "bpftrace";
repo = "bpftrace";
rev = "v${version}";
hash = "sha256-Wt1MXKOg48477HMszq1GAjs+ZELbfAfp+P2AYa+dg+Q=";
hash = "sha256-LkiHwmKU+TOtn6mDvlqIKvSOQaU320aVQOkcElzB7gM=";
};
patches = [
(fetchpatch {
name = "attach_tracepoint_with_enums.patch";
url = "https://github.com/bpftrace/bpftrace/pull/4714.patch";
includes = [ "src/ast/passes/clang_parser.cpp" ];
hash = "sha256-xk+/eBNJJJSUqNTs0HFr0BAaqRB5B7CNWRSmnoBMTs0=";
})
];
buildInputs = with llvmPackages; [
llvm
libclang