summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-08-31 12:38:44 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-31 12:40:09 -0700
commitabbf3bb98b31af335ce75bd0319649295adf2540 (patch)
treecf7afb85770c48a454a8aed16769dab6562d0ea0 /gnu/packages/linux.scm
parent746147bdd736b8b84d6968291aa5388238769ef9 (diff)
gnu: linux-libre 6.18: Update to 6.18.48.
* gnu/packages/linux.scm (linux-libre-6.18-version): Update to 6.18.48. (linux-libre-6.18-pristine-source): Update hash.
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 b4dffd3d7eb..fb2b95017dd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -626,7 +626,7 @@ GEXP)."
626;; Here are the support timelines: 626;; Here are the support timelines:
627;; <https://www.kernel.org/category/releases.html> 627;; <https://www.kernel.org/category/releases.html>
628 628
629(define-public linux-libre-6.18-version "6.18.46") 629(define-public linux-libre-6.18-version "6.18.48")
630(define-public linux-libre-6.18-gnu-revision "gnu") 630(define-public linux-libre-6.18-gnu-revision "gnu")
631(define deblob-scripts-6.18 631(define deblob-scripts-6.18
632 (linux-libre-deblob-scripts 632 (linux-libre-deblob-scripts
@@ -636,7 +636,7 @@ GEXP)."
636 (base32 "0yk2c643d2gykwbl3cibgwr9aaqrfg9m3q9xgha98yy4vzcyqbhr"))) 636 (base32 "0yk2c643d2gykwbl3cibgwr9aaqrfg9m3q9xgha98yy4vzcyqbhr")))
637(define-public linux-libre-6.18-pristine-source 637(define-public linux-libre-6.18-pristine-source
638 (let ((version linux-libre-6.18-version) 638 (let ((version linux-libre-6.18-version)
639 (hash (base32 "186c850qncfvwqnvmllzkiqj6xfrh6h4nh65d4lwq0lbh29lpm7m"))) 639 (hash (base32 "137wqvcfl8drb4n51hqc2pw4kg0hl5j7fi8wdgy0hmsb1aqsvgay")))
640 (make-linux-libre-source version 640 (make-linux-libre-source version
641 (%upstream-linux-source version hash) 641 (%upstream-linux-source version hash)
642 deblob-scripts-6.18))) 642 deblob-scripts-6.18)))