diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bootloaders.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index 61ea74b69a..788c7dc9ef 100644 --- a/gnu/packages/bootloaders.scm +++ b/gnu/packages/bootloaders.scm @@ -1946,9 +1946,9 @@ order to add a suitable bootloader menu entry.") ;; ;; TODO: Bump this timestamp at each modifications of the package (not only ;; for updates) by running: date +%s. - (let ((timestamp "1706118389") - (commit "de8a0821c7bc737e724fa3dfb6d89dc36f591d7a") - (revision "2")) + (let ((timestamp "1733491642") + (commit "24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6") + (revision "3")) (package (name "ipxe") (version (git-version "1.21.1" revision commit)) @@ -1960,7 +1960,7 @@ order to add a suitable bootloader menu entry.") (file-name (git-file-name name version)) (sha256 (base32 - "0xiffdmf8hpmsw7nm9wp10wd0rs4avm2m3q5ncx0r5zfykannlbd")))) + "0b2h4bsdgnyjna6piwfqqn985vqfjmbz80jh0n7hrnncp2v53qj6")))) (build-system gnu-build-system) (arguments (list |