summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-02-06 19:09:27 +0100
committerVagrant Cascadian <vagrant@debian.org>2026-02-14 15:41:12 -0800
commit58b22f5e8bf28a097217552192e83bf7fffb3528 (patch)
tree6d7357684d28869acc8f54b070327e51b6526355 /gnu
parent3f9a25821d0c1571f1b10c776487324d4fcc4db6 (diff)
gnu: linux-libre 6.12: Update to 6.12.69.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.69. (linux-libre-6.12-pristine-source): Update hash. Change-Id: Id6492b92470fba0a6a7e013a027fe25673e81cd3 Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu')
-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 4093836cdf7..ab4775782d7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -564,7 +564,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.67")
+(define-public linux-libre-6.12-version "6.12.69")
(define-public linux-libre-6.12-gnu-revision "gnu")
(define deblob-scripts-6.12
(linux-libre-deblob-scripts
@@ -574,7 +574,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 "0cn42b7pam5ssk740s3d42sp3cggl923yvs67y5fz98z5v35v00n")))
+ (hash (base32 "0rbnbynhm7w4ig8snq97px4ljr5k4zq1a97jqhwk4w0qy9bkcjab")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.12)))