summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2021-01-12 22:44:19 +0100
committerDanny Milosavljevic <dannym@scratchpost.org>2021-01-14 01:31:06 +0100
commitca34b6f04559adc91c29fc5f7432b37c1486a0c3 (patch)
treeaea1bd83c24ca4bb04f9a7096c9f62c60ec150bc /gnu
parentaeed7218a933054806edd246548346e9edc327c4 (diff)
downloadguix-ca34b6f04559adc91c29fc5f7432b37c1486a0c3.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bootloaders.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 38dba4cebd..88abe29a1e 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -1107,7 +1107,7 @@ order to add a suitable bootloader menu entry.")
   (let ((timestamp "1591706427"))
     (package
       (name "ipxe")
-      (version "1.20.1")
+      (version "1.21.1")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -1117,7 +1117,7 @@ order to add a suitable bootloader menu entry.")
                 (patches (search-patches "ipxe-reproducible-geniso.patch"))
                 (sha256
                  (base32
-                  "0w7h7y97gj9nqvbmsg1zp6zj5mpbbpckqbbx7bpp6k3ahy5fk8zp"))))
+                  "1pkf1n1c0rdlzfls8fvjvi1sd9xjd9ijqlyz3wigr70ijcv6x8i9"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build utils)