summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-02-20 11:10:27 +0100
committerVagrant Cascadian <vagrant@debian.org>2026-02-22 16:58:11 -0800
commit5c6d94654fef7bb3a3883574ac04a9eb4179b9ae (patch)
treef059c24457ea717070c914258c01dbadbac91e8f /gnu/packages/linux.scm
parent802c21c3cc8ea92660ff4a475030c1464b3f3f82 (diff)
gnu: linux-libre 6.12: Update to 6.12.74.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.74. (linux-libre-6.12-pristine-source): Update hash. Change-Id: I2f6572f7209e6d321b77f60e4565f04c91490373 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 ae868e07f15..e1e456cd354 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -549,7 +549,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
;; Here are the support timelines:
;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-6.12-version "6.12.71")
+(define-public linux-libre-6.12-version "6.12.74")
(define-public linux-libre-6.12-gnu-revision "gnu")
(define deblob-scripts-6.12
(linux-libre-deblob-scripts
@@ -559,7 +559,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1wyfggr9q0f10yr3nxsvx3nd3wscp5145fgxw0ps0b09ckcyr2mi")))
(define-public linux-libre-6.12-pristine-source
(let ((version linux-libre-6.12-version)
- (hash (base32 "0016n39d5w905293b7993zabwmgdkf0papmaa4dq67y4dk3qnghl")))
+ (hash (base32 "0gm1mjn203gc11dqk82fkbsr96bnwcxq4sx5khc7yhwsvjqywmiv")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.12)))