mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: linux-libre 6.8: Update to 6.8.7.
* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.7. (linux-libre-6.8-pristine-source): Update hashes. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I8b04b4af1bc62d336366b8f0e7281c9249fc6d7d
This commit is contained in:
parent
28e41dc3bc
commit
ab0f220e9f
1 changed files with 2 additions and 2 deletions
|
@ -502,7 +502,7 @@ (define (%upstream-linux-source version hash)
|
||||||
|
|
||||||
;; The current "mainline" kernel.
|
;; The current "mainline" kernel.
|
||||||
|
|
||||||
(define-public linux-libre-6.8-version "6.8.6")
|
(define-public linux-libre-6.8-version "6.8.7")
|
||||||
(define-public linux-libre-6.8-gnu-revision "gnu")
|
(define-public linux-libre-6.8-gnu-revision "gnu")
|
||||||
(define deblob-scripts-6.8
|
(define deblob-scripts-6.8
|
||||||
(linux-libre-deblob-scripts
|
(linux-libre-deblob-scripts
|
||||||
|
@ -512,7 +512,7 @@ (define deblob-scripts-6.8
|
||||||
(base32 "1x7lmy8lff4g4hm67c97797ws594xv5c6l2v5mahj4xh4pb3b8d6")))
|
(base32 "1x7lmy8lff4g4hm67c97797ws594xv5c6l2v5mahj4xh4pb3b8d6")))
|
||||||
(define-public linux-libre-6.8-pristine-source
|
(define-public linux-libre-6.8-pristine-source
|
||||||
(let ((version linux-libre-6.8-version)
|
(let ((version linux-libre-6.8-version)
|
||||||
(hash (base32 "158rb8x4qaig8ywbr6n2jnqpl9wgqha4ghs3y3mlbaq3sqr34wly")))
|
(hash (base32 "1bigq9my88d9xh647hgsy8gzval7p06hhacpxaqb71sfmwgil799")))
|
||||||
(make-linux-libre-source version
|
(make-linux-libre-source version
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-6.8)))
|
deblob-scripts-6.8)))
|
||||||
|
|
Loading…
Reference in a new issue