summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 43ffd39e62a..fff6ed26367 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -351,7 +351,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
351 351
352;; The current "stable" kernel. That is, the most recently released major 352;; The current "stable" kernel. That is, the most recently released major
353;; version. 353;; version.
354(define-public linux-libre-5.8-version "5.8.15") 354(define-public linux-libre-5.8-version "5.8.16")
355(define deblob-scripts-5.8 355(define deblob-scripts-5.8
356 (linux-libre-deblob-scripts 356 (linux-libre-deblob-scripts
357 linux-libre-5.8-version 357 linux-libre-5.8-version
@@ -359,7 +359,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
359 (base32 "0z28yj4f7hhc253hssslm6xl9sg92agbiw50jxb9y72d8zp6sksq"))) 359 (base32 "0z28yj4f7hhc253hssslm6xl9sg92agbiw50jxb9y72d8zp6sksq")))
360(define-public linux-libre-5.8-pristine-source 360(define-public linux-libre-5.8-pristine-source
361 (let ((version linux-libre-5.8-version) 361 (let ((version linux-libre-5.8-version)
362 (hash (base32 "0hfnq4n902pws8sjxd1lsdxxa0v45g988imp73xnqfqv2d71r0bj"))) 362 (hash (base32 "1icxa0pgqhji924ryz37mpjjf4zlkrm8bidanjyn2mzbar7migzx")))
363 (make-linux-libre-source version 363 (make-linux-libre-source version
364 (%upstream-linux-source version hash) 364 (%upstream-linux-source version hash)
365 deblob-scripts-5.8))) 365 deblob-scripts-5.8)))