me
/
guix
Archived
1
0
Fork 0

gnu: bpftrace: Update to 0.11.4.

* gnu/packages/linux.scm (bpftrace): Update to 0.11.4.
master
Tobias Geerinckx-Rice 2020-11-21 17:33:29 +01:00
parent fe9d480ad6
commit 234558f4a3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -7507,7 +7507,7 @@ and above.")
(define-public bpftrace (define-public bpftrace
(package (package
(name "bpftrace") (name "bpftrace")
(version "0.10.0") (version "0.11.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -7516,8 +7516,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 (base32 "0y4qgm2cpccrsm20rnh92hqplddqsc5q5zhw9nqn2igm3h9i0z7h"))
"023ardywbw5w8815j2ny9rrp2xlpxndqaa7v2njjm8109p7ilsdn"))
(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