diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-21 17:33:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-21 23:00:07 +0100 |
commit | 234558f4a324efc1ec1d3cd6b8da83551563dada (patch) | |
tree | 41d3a41836bf684c69391f181b8902591be605b6 /gnu/packages | |
parent | fe9d480ad6c3583461b748f0fb432fa134885f5d (diff) |
gnu: bpftrace: Update to 0.11.4.
* gnu/packages/linux.scm (bpftrace): Update to 0.11.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 1f0e0bbe44..3e07ff5f97 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7507,7 +7507,7 @@ and above.") (define-public bpftrace (package (name "bpftrace") - (version "0.10.0") + (version "0.11.4") (source (origin (method git-fetch) @@ -7516,8 +7516,7 @@ and above.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "023ardywbw5w8815j2ny9rrp2xlpxndqaa7v2njjm8109p7ilsdn")) + (base32 "0y4qgm2cpccrsm20rnh92hqplddqsc5q5zhw9nqn2igm3h9i0z7h")) (patches (search-patches "bpftrace-disable-bfd-disasm.patch")))) (build-system cmake-build-system) (native-inputs |