summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-03-04 15:11:20 +0100
committerVagrant Cascadian <vagrant@debian.org>2026-03-12 16:18:07 -0700
commit581031ba42b54a188e5a3c3c4152e9943cd177af (patch)
tree328a866595ad679ad77d2872bf7c014aba36e177 /gnu/packages/linux.scm
parente81a4e700449ff460be7d2b7559483224ebd4ec8 (diff)
gnu: linux-libre 6.12: Update to 6.12.76.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.76. (linux-libre-6.12-pristine-source): Update hash. (deblob-scripts-6.12): Update deblob-check hash. Change-Id: I7fc23f29ef9ce4cacd55c9aa94fd8837845bb2a3 Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
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 adf993ce6af..59449f317ac 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -564,17 +564,17 @@ 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.74")
+(define-public linux-libre-6.12-version "6.12.76")
(define-public linux-libre-6.12-gnu-revision "gnu")
(define deblob-scripts-6.12
(linux-libre-deblob-scripts
linux-libre-6.12-version
linux-libre-6.12-gnu-revision
(base32 "168aykyvyyp34549hqhlprl0n052q8wdb2y3vyxqw40wpf2vw3ln")
- (base32 "1wyfggr9q0f10yr3nxsvx3nd3wscp5145fgxw0ps0b09ckcyr2mi")))
+ (base32 "1v6glxf94p9z0yq5m102jwcpyh6anpbp3h8wwff9hxlfy2wdlzzk")))
(define-public linux-libre-6.12-pristine-source
(let ((version linux-libre-6.12-version)
- (hash (base32 "0gm1mjn203gc11dqk82fkbsr96bnwcxq4sx5khc7yhwsvjqywmiv")))
+ (hash (base32 "15nq7agr492b9lh57xp10hs48dx9g7k253y2lm4vvrj69j1kxd5v")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.12)))