mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert botched kernel updates for 6.13.12 and 6.12.24.
This reverts commits 4bef98b1f327f747ee6904d5a38e00ad6839e800^..aae839942e879759cd34fd4cdb6dcb6cdb3607d3 Change-Id: Idf2864c03b175a28418fc7ef40cea321f4f66cbc
This commit is contained in:
parent
aae839942e
commit
159969a56b
1 changed files with 4 additions and 4 deletions
|
@ -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
|
;; The current "stable" kernels. That is, the most recently released major
|
||||||
;; versions that are still supported upstream.
|
;; 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-public linux-libre-6.13-gnu-revision "gnu")
|
||||||
(define deblob-scripts-6.13
|
(define deblob-scripts-6.13
|
||||||
(linux-libre-deblob-scripts
|
(linux-libre-deblob-scripts
|
||||||
|
@ -523,7 +523,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||||
(base32 "1a6ri9awza8nf7cdabp09dk327cx0dw8q3rhm016a578kb4ihviq")))
|
(base32 "1a6ri9awza8nf7cdabp09dk327cx0dw8q3rhm016a578kb4ihviq")))
|
||||||
(define-public linux-libre-6.13-pristine-source
|
(define-public linux-libre-6.13-pristine-source
|
||||||
(let ((version linux-libre-6.13-version)
|
(let ((version linux-libre-6.13-version)
|
||||||
(hash (base32 "0hhj49k3ksjcp0dg5yiahqzryjfdpr9c1a9ph6j9slzmkikbn7v1")))
|
(hash (base32 "08gcms4gvh8i30wj9vk27rb7d4yrndprxk1m72dhr1f7lywz2azn")))
|
||||||
(make-linux-libre-source version
|
(make-linux-libre-source version
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-6.13)))
|
deblob-scripts-6.13)))
|
||||||
|
@ -532,7 +532,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||||
;; Here are the support timelines:
|
;; Here are the support timelines:
|
||||||
;; <https://www.kernel.org/category/releases.html>
|
;; <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-public linux-libre-6.12-gnu-revision "gnu")
|
||||||
(define deblob-scripts-6.12
|
(define deblob-scripts-6.12
|
||||||
(linux-libre-deblob-scripts
|
(linux-libre-deblob-scripts
|
||||||
|
@ -542,7 +542,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||||
(base32 "0p2jla4faz634jin9pz6a0cfpaz4jvy5bx6cmyk8dbsmhnx4h149")))
|
(base32 "0p2jla4faz634jin9pz6a0cfpaz4jvy5bx6cmyk8dbsmhnx4h149")))
|
||||||
(define-public linux-libre-6.12-pristine-source
|
(define-public linux-libre-6.12-pristine-source
|
||||||
(let ((version linux-libre-6.12-version)
|
(let ((version linux-libre-6.12-version)
|
||||||
(hash (base32 "078c2gs7f4gzxhc1jr42bfwrfi4yq5f84l7r2bfn05crnp0l4cb4")))
|
(hash (base32 "0jbps9sr4bpg4ym6vjib33lfjqjh09azh39ck7v7zsyyz0259nfq")))
|
||||||
(make-linux-libre-source version
|
(make-linux-libre-source version
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-6.12)))
|
deblob-scripts-6.12)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue