mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: opensbi: Update to 0.6.
* gnu/packages/firmware (make-opensbi-package): Update to 0.6.
This commit is contained in:
parent
d854ab1595
commit
5eeb70a709
1 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@ (define* (make-opensbi-package platform variant #:optional (arch "riscv64"))
|
||||||
(name (string-replace-substring
|
(name (string-replace-substring
|
||||||
(string-append "opensbi-" platform "-" variant)
|
(string-append "opensbi-" platform "-" variant)
|
||||||
"_" "-"))
|
"_" "-"))
|
||||||
(version "0.5")
|
(version "0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -197,7 +197,7 @@ (define* (make-opensbi-package platform variant #:optional (arch "riscv64"))
|
||||||
(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 "0qc73xbiy79qqkwxmp4mg15q8n8k26njkyqb6n0jw5dyibd6hb85"))))
|
(base32 "129ypdga0fzn657n2f42g2a1vx3hf8x7sd78h06d35pgkry0jkl7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(,@(if (and (not (string-prefix? "riscv64" (%current-system)))
|
`(,@(if (and (not (string-prefix? "riscv64" (%current-system)))
|
||||||
|
|
Loading…
Reference in a new issue