summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-11-16 01:04:58 -0500
committerLeo Famulari <leo@famulari.name>2025-11-21 20:39:31 -0500
commitfe1a7df4874dde6d683df1f843af84f9dfe81593 (patch)
tree936e46d140a3cf9101f68f96f040ff9e1c47c8d6 /gnu/packages
parent3b6fbd63813ed2c182742798177126501b5e03a8 (diff)
gnu: linux-libre: Update to 6.17.8.
* gnu/packages/linux.scm (linux-libre-6.17-version): Update to 6.17.8. (linux-libre-6.17-pristine-source): Update hash. Change-Id: Ibe868d9818ff0a26836a9720141d0c1ab75d5df8
Diffstat (limited to 'gnu/packages')
-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 01e50fecc46..47840fb802e 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.7")
+(define-public linux-libre-6.17-version "6.17.8")
(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 "03lxl2p8hvi4hdzbf72v3xh8yigr58826dmy6rqxbq9r8h6ymwnx")))
+ (hash (base32 "1nmi5xmsys023xgy55dikm1ihim7fp7pf2kc3k00d9zwfm5fd3as")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.17)))