From c6010cabb6807ccb7a3129fba69695d0d69a1a2a Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sat, 3 Jan 2026 18:34:17 -0500 Subject: [PATCH] gnu: linux-libre 6.18: Update to 6.18.3. * gnu/packages/linux.scm (linux-libre-6.18-version): Update to 6.18.3. (linux-libre-6.18-pristine-source): Update hash. Change-Id: Icca1209a34c930a691638a1c907365c346fa40ee --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 488ef0468df..2056dd9c7d0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -529,7 +529,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The current "stable" kernels. That is, the most recently released major ;; versions that are still supported upstream. -(define-public linux-libre-6.18-version "6.18.1") +(define-public linux-libre-6.18-version "6.18.3") (define-public linux-libre-6.18-gnu-revision "gnu") (define deblob-scripts-6.18 (linux-libre-deblob-scripts @@ -539,7 +539,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0nrnpqdvc1ff8w9gnjrgrm681ywq69cl7mlvdl8g5hjhr347782a"))) (define-public linux-libre-6.18-pristine-source (let ((version linux-libre-6.18-version) - (hash (base32 "1m955svk1sfmhpw5wpkhg1dpnxmwsnpdqnivmw8alaniy3rqp9yh"))) + (hash (base32 "16kzgpxrmaxd2kcsmlnsvc2ryxih457rrwynfzhbmi49gcb7k23s"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.18)))