diff options
| author | Leo Famulari <leo@famulari.name> | 2025-07-16 10:45:07 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-07-29 17:33:22 -0400 |
| commit | 5c21450ae2345135806f720fa657e48b9a3dbefe (patch) | |
| tree | 5f4f248f0cd877202826ae6d5bb4f7ab913c56bd /gnu/packages/linux.scm | |
| parent | a913acebd17dc057ad10055aaca1acc5e63e8fa4 (diff) | |
gnu: linux-libre: Update to 6.15.6.
* gnu/packages/linux.scm (linux-libre-6.15-version): Update to 6.15.6.
(linux-libre-6.15-pristine-source, deblob-scripts-6.15): Update hashes.
Change-Id: Iba9673dbd6f9baae5e71c9964efd14493efce1f8
Diffstat (limited to 'gnu/packages/linux.scm')
| -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 6263a2bf991..dbc3263b2e8 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.5") +(define-public linux-libre-6.15-version "6.15.6") (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 "0v0fsw3av42xbayy3g11cxyin3hda8s3b103sin05yc80r16584b") + (base32 "05fr8s00ljj7v26z3gb1yrfna42i7zy36x6wrg74ai5hwwc7jfnd") (base32 "05153ci3sk9gsq8vgk6phvzszldaj2psmyp10cjivm3gl6qvkbhk"))) (define-public linux-libre-6.15-pristine-source (let ((version linux-libre-6.15-version) - (hash (base32 "1dc8qrwvvy34s5lgm43j295ipwaqm8wd8x4qchr14hqlkj9hg9rc"))) + (hash (base32 "1z5l0b59q56qj6s56cxzv43lhfx9z9sp4vfziw60fz97ak4qdd9b"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.15))) |
