gnu: bpftrace: Update to 0.16.0.
* gnu/packages/linux.scm (bpftrace): Update to 0.16.0.
This commit is contained in:
parent
819c2256ec
commit
6dcd6fecba
@ -9331,7 +9331,7 @@ and above.")
|
|||||||
(define-public bpftrace
|
(define-public bpftrace
|
||||||
(package
|
(package
|
||||||
(name "bpftrace")
|
(name "bpftrace")
|
||||||
(version "0.15.0")
|
(version "0.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -9340,7 +9340,7 @@ and above.")
|
|||||||
(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 "022fg0kiz0liahj82wvlxmivkwyp86shs5fwr2v4blx7lh05k9zm"))
|
(base32 "0v1376wfk4gy5rrjdsck6r3347nb0bgbj70998z1bkx9z95wm3ab"))
|
||||||
(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
|
||||||
|
Loading…
Reference in New Issue
Block a user