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 ca9c2a0c298..01d0b6d73a9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -532,7 +532,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
532 532
533;; The current "mainline" kernel. 533;; The current "mainline" kernel.
534 534
535(define-public linux-libre-7.1-version "7.1.5") 535(define-public linux-libre-7.1-version "7.1.8")
536(define-public linux-libre-7.1-gnu-revision "gnu") 536(define-public linux-libre-7.1-gnu-revision "gnu")
537(define deblob-scripts-7.1 537(define deblob-scripts-7.1
538 (linux-libre-deblob-scripts 538 (linux-libre-deblob-scripts
@@ -542,7 +542,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
542 (base32 "0ab66phhdwhhhvhywiylhlsmqvw8ny4xyi7ap7xzzkqc7im8w1j9"))) 542 (base32 "0ab66phhdwhhhvhywiylhlsmqvw8ny4xyi7ap7xzzkqc7im8w1j9")))
543(define-public linux-libre-7.1-pristine-source 543(define-public linux-libre-7.1-pristine-source
544 (let ((version linux-libre-7.1-version) 544 (let ((version linux-libre-7.1-version)
545 (hash (base32 "1rs162gcf6hsafrrmp3y8k9myn20s3s62xdp4zf39pxw7imik812"))) 545 (hash (base32 "0j9c88akklsdhivrlx7i0ccgzxcwcgp1zc6dzi65p79796sdq0gz")))
546 (make-linux-libre-source version 546 (make-linux-libre-source version
547 (%upstream-linux-source version hash) 547 (%upstream-linux-source version hash)
548 deblob-scripts-7.1))) 548 deblob-scripts-7.1)))