mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: bpftrace: Update to 0.18.0.
* gnu/packages/linux.scm (bpftrace): Update to 0.18.0.
This commit is contained in:
parent
1944b3baf4
commit
5ac5d7c86a
1 changed files with 2 additions and 2 deletions
|
@ -9515,7 +9515,7 @@ (define-public bpftool
|
||||||
(define-public bpftrace
|
(define-public bpftrace
|
||||||
(package
|
(package
|
||||||
(name "bpftrace")
|
(name "bpftrace")
|
||||||
(version "0.16.0")
|
(version "0.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9524,7 +9524,7 @@ (define-public bpftrace
|
||||||
(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 "0v1376wfk4gy5rrjdsck6r3347nb0bgbj70998z1bkx9z95wm3ab"))
|
(base32 "0n0mm5vlaildilq5nmjymmq8ijif1lcyfin76wcmhzwfriq4n87r"))
|
||||||
(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 a new issue