gnu: linux-libre 4.14: Update to 4.14.228.

* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.228.
(linux-libre-4.14-pristine-source): Update hash.
This commit is contained in:
Leo Famulari 2021-03-30 13:11:29 -04:00
parent 02db13e023
commit 4a5aec9c42
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -409,7 +409,7 @@ (define-public linux-libre-4.19-pristine-source
(%upstream-linux-source version hash)
deblob-scripts-4.19)))
(define-public linux-libre-4.14-version "4.14.227")
(define-public linux-libre-4.14-version "4.14.228")
(define deblob-scripts-4.14
(linux-libre-deblob-scripts
linux-libre-4.14-version
@ -417,7 +417,7 @@ (define deblob-scripts-4.14
(base32 "1qij18inijj6c3ma8hv98yjagnzxdxyn134da9fd23ky8q6hbvky")))
(define-public linux-libre-4.14-pristine-source
(let ((version linux-libre-4.14-version)
(hash (base32 "1iz029v407xv81prrvg4gr2ql8hvm0mpj21x9picwv05pk2d68h7")))
(hash (base32 "0nw1jf6x5a990n69aw2da4s4lc1c7mnwiwcda40bl2rkmd24s1qm")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.14)))