summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-09-19 18:47:57 -0400
committerLeo Famulari <leo@famulari.name>2025-09-23 23:13:31 -0400
commit2830a706dc6a4260fce2e0741c8a42243c3af66e (patch)
tree13e8a3211684b8682fbea73cf5350c8ccb00924e /gnu/packages/linux.scm
parent8c95bba9ca3ecf375c930162742512b3a266aef3 (diff)
gnu: linux-libre: Update to 6.16.8.
* gnu/packages/linux.scm (linux-libre-6.16-version): Update to 6.16.8. (linux-libre-6.16-pristine-source, deblob-scripts-6.16): Update hashes. Change-Id: I8877dbd174014a3f60cffeb4f0ef8bcde80a21cb
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5f18b22a414..771d59863c1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -526,17 +526,17 @@ 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.16-version "6.16.7")
+(define-public linux-libre-6.16-version "6.16.8")
(define-public linux-libre-6.16-gnu-revision "gnu")
(define deblob-scripts-6.16
(linux-libre-deblob-scripts
linux-libre-6.16-version
linux-libre-6.16-gnu-revision
- (base32 "1s44yaxib45834mjmvqkl70s2lazbzvpxhp4z7qwxkrkpw94mdxx")
+ (base32 "0qwh82z5bjmq7hhx7s41mnybpr8ihdk2g0bgjb3hzd95x6pw4w51")
(base32 "1i4kba2wpkc7jmj7b2qjkrgqsl0g0s1h7j9pfvc7zqyyn9v3kkqr")))
(define-public linux-libre-6.16-pristine-source
(let ((version linux-libre-6.16-version)
- (hash (base32 "108sk9r6ac0sc7h6ydvlyv7kib6z3af4v2f46kdinys2z6hxmqsv")))
+ (hash (base32 "17x6pylbrbh4fyk088gvhbd3gy3gpr1vn9jdjhlk3p44f2yi24r3")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.16)))