summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-12-12 23:46:16 -0500
committerLeo Famulari <leo@famulari.name>2025-12-16 21:18:58 -0500
commita24c0511911b546ea862e2ed74d31abaaec135e8 (patch)
treeafbc960ef8b9e0ff3fcb7f81c1e67af51653c9ec /gnu/packages/linux.scm
parent74e902849934fbdfd63316e39e5d180d58dcc514 (diff)
gnu: linux-libre: Update to 6.17.12.
* gnu/packages/linux.scm (linux-libre-6.17-version): Update to 6.17.12. (linux-libre-6.17-pristine-source): Update hash. Change-Id: I4fea34db82c9c64502e1ea17f935cbf886a0f8e7
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 60851bb7f02..923493af64d 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.11")
+(define-public linux-libre-6.17-version "6.17.12")
(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 "0zi5mw6953iic9hwx78bjww81mcpb9y2sj5dgf819w9506pihjwk")))
+ (hash (base32 "1mlqirjzyx3zvvm87gf7slj2d5gdpp13vw91dgbfk54iz6b08y22")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.17)))