diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-03-04 15:10:54 +0100 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-03-12 16:18:05 -0700 |
| commit | e81a4e700449ff460be7d2b7559483224ebd4ec8 (patch) | |
| tree | 9b16bde0ea215f543eadb01be7aee9a0c16107f4 /gnu/packages/linux.scm | |
| parent | 08c22e8ae0ecc82dc9e636ffcb5c6d3b50d3843f (diff) | |
gnu: linux-libre 6.18: Update to 6.18.16.
* gnu/packages/linux.scm (linux-libre-6.18-version): Update to 6.18.16.
(linux-libre-6.18-pristine-source): Update hash.
(deblob-scripts-6.18): Update deblob-check hash.
Change-Id: I558ecc464b75507d02ce8c213caeaf65357f9836
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
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 a98d93cfb2b..adf993ce6af 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -545,17 +545,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.19))) -(define-public linux-libre-6.18-version "6.18.15") +(define-public linux-libre-6.18-version "6.18.16") (define-public linux-libre-6.18-gnu-revision "gnu") (define deblob-scripts-6.18 (linux-libre-deblob-scripts linux-libre-6.18-version linux-libre-6.18-gnu-revision (base32 "1piyq7183bdf169w66k62yr1vbs0ls7pqx3cyyk7hisw8vhy643j") - (base32 "1xdz33lshw1xs6a5qiwhvxzdh2a0acll1zdyk2mnn9d4579a4gn1"))) + (base32 "1wnlnds2hgap36a0licjyjzyhhggbgp83dc9xbbw07y8jwmc17ai"))) (define-public linux-libre-6.18-pristine-source (let ((version linux-libre-6.18-version) - (hash (base32 "0w7iy9mx1b42q4qz6y9rvny7nmvpwq0mf6b9vv84w4y4qcb64wbw"))) + (hash (base32 "1qwfsbr315c6qh3hnqmyjwjcj0h8j3w56hbrxnrx3h849lgw08ag"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.18))) |
