diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-03-02 10:44:59 +0100 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-03-05 15:00:05 -0800 |
| commit | 42d05440187d9999a17478fdc125a8799adbfd88 (patch) | |
| tree | b0965669b32454a1b8d632f778bb21dfc5f45450 /gnu/packages/linux.scm | |
| parent | 9b29632ec459e64796fb6e0cab0769c3511d6646 (diff) | |
gnu: linux-libre 6.18: Update to 6.18.15.
* gnu/packages/linux.scm (linux-libre-6.18-version): Update to 6.18.15.
(linux-libre-6.18-pristine-source): Update hash.
Change-Id: Id886df1744b2ef75c3c66ad7e85f1d7c4b838e51
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
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 b4cb6a66a0f..6c497a4f223 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -545,7 +545,7 @@ 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.13") +(define-public linux-libre-6.18-version "6.18.15") (define-public linux-libre-6.18-gnu-revision "gnu") (define deblob-scripts-6.18 (linux-libre-deblob-scripts @@ -555,7 +555,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1xdz33lshw1xs6a5qiwhvxzdh2a0acll1zdyk2mnn9d4579a4gn1"))) (define-public linux-libre-6.18-pristine-source (let ((version linux-libre-6.18-version) - (hash (base32 "0zv8qml075jpk2i58cxp61hm3yb74mpkbkjg15n87riqzmakqb7d"))) + (hash (base32 "0w7iy9mx1b42q4qz6y9rvny7nmvpwq0mf6b9vv84w4y4qcb64wbw"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.18))) |
