From 530c6f2668904c8f0c50ad33f29cd2dac1cf492b Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Mon, 8 Dec 2025 10:58:09 -0500 Subject: [PATCH] gnu: linux-libre: Update to 6.17.11. * gnu/packages/linux.scm (linux-libre-6.17-version): Update to 6.17.11. (linux-libre-6.17-pristine-source): Update hash. Change-Id: I8cc0758200f838bb7ee32660197762d2b9349e23 --- 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 44755035e2d28bdf40d50d6d103f25e48f42383c..a22870593cad6d20ff5ab5dfe3c3e18d43873623 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.17-version "6.17.10") +(define-public linux-libre-6.17-version "6.17.11") (define-public linux-libre-6.17-gnu-revision "gnu") (define deblob-scripts-6.17 (linux-libre-deblob-scripts @@ -539,7 +539,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "14fypjidk49l0799dbi1pacy37ks94k0bs38cck2y4glxfpbfqr6"))) (define-public linux-libre-6.17-pristine-source (let ((version linux-libre-6.17-version) - (hash (base32 "1kf8slgkvv9x6i1111l78p93y65rscdxarh05spx1njh797k8zzs"))) + (hash (base32 "0zi5mw6953iic9hwx78bjww81mcpb9y2sj5dgf819w9506pihjwk"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.17)))