diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
commit | b2d5a491442bcfc6a7d74d582087126ad7846af0 (patch) | |
tree | e714e7ba163cd5465e96fbf0f3d3635c9cb25eb3 /gnu | |
parent | 56790b9dbca9add9a66d2c9e38969031a880c2b6 (diff) |
gnu: bpftrace: Update to 0.18.1.
* gnu/packages/linux.scm (bpftrace): Update to 0.18.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b1ebad276a..85e3d9845d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9611,7 +9611,7 @@ modification of BPF objects on the system.") (define-public bpftrace (package (name "bpftrace") - (version "0.18.0") + (version "0.18.1") (source (origin (method git-fetch) @@ -9620,7 +9620,7 @@ modification of BPF objects on the system.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0n0mm5vlaildilq5nmjymmq8ijif1lcyfin76wcmhzwfriq4n87r")) + (base32 "0j8ba2j98d3j8lilgx3z2n162r26ryg7zw5ldwd9m36xnjp40347")) (patches (search-patches "bpftrace-disable-bfd-disasm.patch")))) (build-system cmake-build-system) (native-inputs |