diff options
author | Leo Famulari <leo@famulari.name> | 2025-07-29 17:54:46 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-07-29 17:59:00 -0400 |
commit | 8dd934c4d870ad89e4c75c802a58cc342abae1ca (patch) | |
tree | e9486106321a46fe3dac2808d3731ebc6b849a4d | |
parent | 4fc86d9d4af550e56238337f9a35287341f72ee8 (diff) |
gnu: linux-libre: Update to 6.15.8.
* gnu/packages/linux.scm (linux-libre-6.15-version): Update to 6.15.8.
(linux-libre-6.15-pristine-source, deblob-scripts-6.15): Update hashes.
Change-Id: I22b68b5a87c793f080d8c09f1e29c063db769750
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6e582f05a5..f860c102eb 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -515,17 +515,17 @@ 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.15-version "6.15.6") +(define-public linux-libre-6.15-version "6.15.8") (define-public linux-libre-6.15-gnu-revision "gnu") (define deblob-scripts-6.15 (linux-libre-deblob-scripts linux-libre-6.15-version linux-libre-6.15-gnu-revision (base32 "05fr8s00ljj7v26z3gb1yrfna42i7zy36x6wrg74ai5hwwc7jfnd") - (base32 "05153ci3sk9gsq8vgk6phvzszldaj2psmyp10cjivm3gl6qvkbhk"))) + (base32 "1dgdrdgzjn2lqw2x7slpkka1x1mgvzy56jhvbfvypzfgs3lpiqhi"))) (define-public linux-libre-6.15-pristine-source (let ((version linux-libre-6.15-version) - (hash (base32 "1z5l0b59q56qj6s56cxzv43lhfx9z9sp4vfziw60fz97ak4qdd9b"))) + (hash (base32 "19i87zpq3zhpg09sdirnzys2s2yrv9xn8mpibl1a6qmr2sy94znk"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.15))) |