mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: arm-trusted-firmware: Update to 2.12.2.
* gnu/packages/firmware.scm (make-arm-trusted-firmware): Update to 2.12.2. Change-Id: Ib8077e63bd3df0fe6dce634d5b7278b9389c42db
This commit is contained in:
parent
295a35ba20
commit
f3b2a79cb2
1 changed files with 2 additions and 2 deletions
|
@ -1144,7 +1144,7 @@ Virtual Machines. OVMF contains a sample UEFI firmware for QEMU and KVM.")
|
|||
(string=? (%current-system) (gnu-triplet->nix-system triplet))))
|
||||
(package
|
||||
(name (downstream-package-name "arm-trusted-firmware-" platform))
|
||||
(version "2.12.1")
|
||||
(version "2.12.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1154,7 +1154,7 @@ Virtual Machines. OVMF contains a sample UEFI firmware for QEMU and KVM.")
|
|||
(commit (string-append "lts-v" version))))
|
||||
(file-name (git-file-name "arm-trusted-firmware" version))
|
||||
(sha256
|
||||
(base32 "1vngwbjghgsh5i02zq66nmbxxr2d4p93rirsvh5jrhbcdn0v5xf8"))
|
||||
(base32 "01i40asy9dsbx4l5kbvsvi55bdf308nnraf8kfli5d4cx8pxqmrj"))
|
||||
(patches (search-patches "8mq-enable-imx_hab_handler.patch"
|
||||
"8mq-move-stack-to-ocram_s.patch"))
|
||||
(modules '((guix build utils)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue