diff options
author | Leo Famulari <leo@famulari.name> | 2025-04-23 17:30:51 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-04-23 17:31:39 -0400 |
commit | 159969a56b4ba7def85632dbd76e83a6af4ccc92 (patch) | |
tree | 4647d92897bba9bfa588bb9ccab34f60e9796248 | |
parent | aae839942e879759cd34fd4cdb6dcb6cdb3607d3 (diff) |
Revert botched kernel updates for 6.13.12 and 6.12.24.
This reverts commits 4bef98b1f327f747ee6904d5a38e00ad6839e800^..aae839942e879759cd34fd4cdb6dcb6cdb3607d3
Change-Id: Idf2864c03b175a28418fc7ef40cea321f4f66cbc
-rw-r--r-- | gnu/packages/linux.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index d2a8e1ae11..6162ba0c7b 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.13-version "6.13.12") +(define-public linux-libre-6.13-version "6.13.11") (define-public linux-libre-6.13-gnu-revision "gnu") (define deblob-scripts-6.13 (linux-libre-deblob-scripts @@ -523,7 +523,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1a6ri9awza8nf7cdabp09dk327cx0dw8q3rhm016a578kb4ihviq"))) (define-public linux-libre-6.13-pristine-source (let ((version linux-libre-6.13-version) - (hash (base32 "0hhj49k3ksjcp0dg5yiahqzryjfdpr9c1a9ph6j9slzmkikbn7v1"))) + (hash (base32 "08gcms4gvh8i30wj9vk27rb7d4yrndprxk1m72dhr1f7lywz2azn"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.13))) @@ -532,7 +532,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.24") +(define-public linux-libre-6.12-version "6.12.23") (define-public linux-libre-6.12-gnu-revision "gnu") (define deblob-scripts-6.12 (linux-libre-deblob-scripts @@ -542,7 +542,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0p2jla4faz634jin9pz6a0cfpaz4jvy5bx6cmyk8dbsmhnx4h149"))) (define-public linux-libre-6.12-pristine-source (let ((version linux-libre-6.12-version) - (hash (base32 "078c2gs7f4gzxhc1jr42bfwrfi4yq5f84l7r2bfn05crnp0l4cb4"))) + (hash (base32 "0jbps9sr4bpg4ym6vjib33lfjqjh09azh39ck7v7zsyyz0259nfq"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.12))) |