summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-02-06 19:10:01 +0100
committerVagrant Cascadian <vagrant@debian.org>2026-02-14 15:41:15 -0800
commite2cc32d37c3fc4e5c272435fb84eb11d2c429b92 (patch)
tree1cc9595ea76e44dca6108bc31c1f47e098fc589a /gnu/packages/linux.scm
parent58b22f5e8bf28a097217552192e83bf7fffb3528 (diff)
gnu: linux-libre 6.6: Update to 6.6.123.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.123. (linux-libre-6.6-pristine-source): Update hash. Change-Id: I3f02569102df8947a51d92b3b3926dcfbf5c3e4f Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
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 ab4775782d7..75ebe9a6bed 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -579,7 +579,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.12)))
-(define-public linux-libre-6.6-version "6.6.121")
+(define-public linux-libre-6.6-version "6.6.123")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
@@ -589,7 +589,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "0z47f6mkllk1fgpq04x73djl5gh3mj50bxj2rpg4jlzm0rcirrag")))
(define-public linux-libre-6.6-pristine-source
(let ((version linux-libre-6.6-version)
- (hash (base32 "1fhl9pr02s10j4b5nli0isy7ps644cpbmjqzkwf5mk14rr7rvbvn")))
+ (hash (base32 "1ca5x6ri5i8xcm4dc5hv6b0xyv9npb9dy0wfvzi9g44al6sx85m6")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))