me
/
guix
Archived
1
0
Fork 0

gnu: bpftrace: Update to 0.18.1.

* gnu/packages/linux.scm (bpftrace): Update to 0.18.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -9611,7 +9611,7 @@ modification of BPF objects on the system.")
(define-public bpftrace (define-public bpftrace
(package (package
(name "bpftrace") (name "bpftrace")
(version "0.18.0") (version "0.18.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -9620,7 +9620,7 @@ modification of BPF objects on the system.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0n0mm5vlaildilq5nmjymmq8ijif1lcyfin76wcmhzwfriq4n87r")) (base32 "0j8ba2j98d3j8lilgx3z2n162r26ryg7zw5ldwd9m36xnjp40347"))
(patches (search-patches "bpftrace-disable-bfd-disasm.patch")))) (patches (search-patches "bpftrace-disable-bfd-disasm.patch"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs