summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-01-24 14:15:16 -0500
committerLeo Famulari <leo@famulari.name>2025-01-26 18:14:12 -0500
commit5fb64cf3b0fb6f1af94c565171d5fdc7530fb93a (patch)
tree0abf5e7ed163127ad2c348332d0f112ce442dcb3
parent2ef62487045e8c10870f9105b841d66838476c37 (diff)
gnu: linux-libre: Update to 6.12.11.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.11. (linux-libre-6.12-pristine-source): Update hash. Change-Id: Ia3ef093f90182d818c9605f0c75e2244a28e8ab1
-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 5873b4db2e..5453c463a4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -513,7 +513,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
-(define-public linux-libre-6.12-version "6.12.10")
+(define-public linux-libre-6.12-version "6.12.11")
(define-public linux-libre-6.12-gnu-revision "gnu")
(define deblob-scripts-6.12
(linux-libre-deblob-scripts
@@ -523,7 +523,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "0jwnb1pd8ayfkck3sw3jjlsg7gayig0ymiay53mg7qchhycih8xs")))
(define-public linux-libre-6.12-pristine-source
(let ((version linux-libre-6.12-version)
- (hash (base32 "15xjjn8ff7g9q0ljr2g8k098ppxnpvxlgv22rdrplls8sxg6wlaa")))
+ (hash (base32 "0jgczvy1kr55s4bs8n2vmxnxnfvp5rkm4yd54gqm78c7ppyp4la7")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.12)))