diff mbox series

[bug#70723,1/7] gnu: linux-libre-6.8-gnu-revision: Update to 6.8.9.

Message ID 4a207b04388b644ee02cc08d9888b992e26a7d36.1714677971.git.w@wmeyer.eu
State New
Headers show
Series linux-libre kernel updates (2024-05-02) | expand

Commit Message

Wilko Meyer May 2, 2024, 7:31 p.m. UTC
* gnu/packages/linux.scm (linux-libre-6.8-version): Update to 6.8.9.
  (linux-libre-6.8-pristine-source): Update hash.

Change-Id: Iea885ef1127144a4338a3630b0b92fe25e8874cd
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f902d3ffbf..0742b14e0e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -502,7 +502,7 @@  (define (%upstream-linux-source version hash)
 
 ;; The current "mainline" kernel.
 
-(define-public linux-libre-6.8-version "6.8.8")
+(define-public linux-libre-6.8-version "6.8.9")
 (define-public linux-libre-6.8-gnu-revision "gnu")
 (define deblob-scripts-6.8
   (linux-libre-deblob-scripts
@@ -512,7 +512,7 @@  (define deblob-scripts-6.8
    (base32 "1x7lmy8lff4g4hm67c97797ws594xv5c6l2v5mahj4xh4pb3b8d6")))
 (define-public linux-libre-6.8-pristine-source
   (let ((version linux-libre-6.8-version)
-        (hash (base32 "1fiiyvwi6frn83z730w4mng2z4nwpspvhb6vjpxx3yk0snwxqk0w")))
+        (hash (base32 "1dn9bgmf03bdfbmgq98d043702g808rjikxs2i9yia57iqiz21gr")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-6.8)))