aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bootloaders.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-12-20 14:22:40 +0100
committerMarius Bakke <marius@gnu.org>2022-12-20 15:29:11 +0100
commit040c43d78a3514773925ed3a3bcd70aca8c21cab (patch)
treea5999fb4c6b96e00bad933df1ad92ffdcb99d87f /gnu/packages/bootloaders.scm
parente2b8cdde37eec971cd3fa1ca5fc97160de56fbd3 (diff)
downloadguix-040c43d78a3514773925ed3a3bcd70aca8c21cab.tar.gz
guix-040c43d78a3514773925ed3a3bcd70aca8c21cab.zip
gnu: Add edk2-tools.
* gnu/packages/firmware.scm (edk2-tools): New variable.
Diffstat (limited to 'gnu/packages/bootloaders.scm')
0 files changed, 0 insertions, 0 deletions
446,7 +446,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-4.14)))
-(define-public linux-libre-4.9-version "4.9.322")
+(define-public linux-libre-4.9-version "4.9.323")
(define-public linux-libre-4.9-gnu-revision "gnu1")
(define deblob-scripts-4.9
(linux-libre-deblob-scripts
@@ -456,7 +456,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "0bib3641dbcqdkx3anna3caxnsg3nw9cnmhcklq0s93g3m57041h")))
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
- (hash (base32 "02g4lkiq6y5i6vrrk2i9h6dxka6mfjpk9dz3517adw5qf79ph6b2")))
+ (hash (base32 "1h96ai9w5q2axhliw85aymdsg8py9y6gl8big5r2gwkbls6h7pa3")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))