gnu: ipxe: Update to 1.21.1.
* gnu/packages/bootloaders.scm (ipxe): Update to 1.21.1. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
aeed7218a9
commit
ca34b6f045
1 changed files with 2 additions and 2 deletions
|
@ -1107,7 +1107,7 @@ order to add a suitable bootloader menu entry.")
|
||||||
(let ((timestamp "1591706427"))
|
(let ((timestamp "1591706427"))
|
||||||
(package
|
(package
|
||||||
(name "ipxe")
|
(name "ipxe")
|
||||||
(version "1.20.1")
|
(version "1.21.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1117,7 +1117,7 @@ order to add a suitable bootloader menu entry.")
|
||||||
(patches (search-patches "ipxe-reproducible-geniso.patch"))
|
(patches (search-patches "ipxe-reproducible-geniso.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w7h7y97gj9nqvbmsg1zp6zj5mpbbpckqbbx7bpp6k3ahy5fk8zp"))))
|
"1pkf1n1c0rdlzfls8fvjvi1sd9xjd9ijqlyz3wigr70ijcv6x8i9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils)
|
`(#:modules ((guix build utils)
|
||||||
|
|
Reference in a new issue