gnu: bpftrace: Update to 0.18.1.

* gnu/packages/linux.scm (bpftrace): Update to 0.18.1.
This commit is contained in:
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent 56790b9dbc
commit b2d5a49144
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -9611,7 +9611,7 @@ (define-public bpftool
(define-public bpftrace
(package
(name "bpftrace")
(version "0.18.0")
(version "0.18.1")
(source
(origin
(method git-fetch)
@ -9620,7 +9620,7 @@ (define-public bpftrace
(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