From 62d65df96a37b04c9299953bdf64d17659cad279 Mon Sep 17 00:00:00 2001 From: Wilko Meyer Date: Sun, 29 Mar 2026 14:26:23 +0200 Subject: [PATCH] gnu: linux-libre 6.18: Update to 6.18.20. * gnu/packages/linux.scm (linux-libre-6.18-version): Update to 6.18.20. (linux-libre-6.18-pristine-source): Update hash. Change-Id: Id0c1301579af7458de0c4161b9922ed915d8fcf6 --- 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 2aa1cdaebd..62a97fa647 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -546,7 +546,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.19))) -(define-public linux-libre-6.18-version "6.18.19") +(define-public linux-libre-6.18-version "6.18.20") (define-public linux-libre-6.18-gnu-revision "gnu") (define deblob-scripts-6.18 (linux-libre-deblob-scripts @@ -556,7 +556,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0qlih8w8wg4v5cwbmd34rbhb6mjgbx69i9rx3s2vxw7h42q9l0ai"))) (define-public linux-libre-6.18-pristine-source (let ((version linux-libre-6.18-version) - (hash (base32 "0309xd8ifsy9pa19s8qnsyxkmcqq4z3p16jckjnnhz6h3hkpibza"))) + (hash (base32 "0lrm76rdlr92kjq3g410qdff9v49mpdf400lmsh7hq74k2ymlyl3"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.18)))