summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRodion Goritskov <rodion@goritskov.com>2026-04-30 17:35:19 +0200
committerVagrant Cascadian <vagrant@debian.org>2026-04-30 14:46:07 -0700
commit76ec668d3ca4bbb6f57ee44f219b06cd8149ca40 (patch)
tree89b7055b1856d01b421f969516d2b5b31e535a12 /gnu
parentf9606dc41553dcda920290aca08ad43b89a67296 (diff)
gnu: linux-libre 6.12: Update to 6.12.85.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.85. (linux-libre-6.12-pristine-source): Update hash. 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 565dd5561c..42ecb45c25 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -566,7 +566,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.84")
+(define-public linux-libre-6.12-version "6.12.85")
(define-public linux-libre-6.12-gnu-revision "gnu")
(define deblob-scripts-6.12
(linux-libre-deblob-scripts
@@ -576,7 +576,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a")))
(define-public linux-libre-6.12-pristine-source
(let ((version linux-libre-6.12-version)
- (hash (base32 "1pajzxxp2jpjzjav4inbz58hm4xdacj10fp899wmalqzgcx4cvnm")))
+ (hash (base32 "1v8a0z6znmr2m26l4744wndaimsh24zz6q4d7m4p8s0ayjcwjnp3")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.12)))