diff options
author | Leo Famulari <leo@famulari.name> | 2022-08-22 10:11:23 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-08-22 11:57:28 -0400 |
commit | 3ac47c1b88ce57a8b145703c734caf1d0f6c4f16 (patch) | |
tree | 820f62fd57ca007f01311284bc790631e7743b89 /gnu/packages/linux.scm | |
parent | 3a9fae15a07518e4f0eda1d20d3dc90f45047456 (diff) | |
download | guix-3ac47c1b88ce57a8b145703c734caf1d0f6c4f16.tar.gz |
gnu: linux-libre: Update to 5.18.19.
* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.19. (linux-libre-5.18-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8704f32ae2..36f090cc48 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -352,7 +352,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-5.18-version "5.18.18") +(define-public linux-libre-5.18-version "5.18.19") (define-public linux-libre-5.18-gnu-revision "gnu") (define deblob-scripts-5.18 (linux-libre-deblob-scripts @@ -362,7 +362,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "03w1p49rf7sqsxvwpdndqa0k9hc9748rplyqiiw1q6cbdjficwyw"))) (define-public linux-libre-5.18-pristine-source (let ((version linux-libre-5.18-version) - (hash (base32 "0as0cslwz6zdiwd5wzcjggw3qpa9hzvfmxlhy72jdhn5vk47dhy1"))) + (hash (base32 "1mc8zhiw0v7fka64mydpdrxkrvy0jyqggq5lghw3pyqj2wjrpw6z"))) (make-linux-libre-source version (%upstream-linux-source version hash) |