diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-03-02 10:43:30 +0100 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-03-05 15:00:02 -0800 |
| commit | 9b29632ec459e64796fb6e0cab0769c3511d6646 (patch) | |
| tree | 3ed9c89a2326dede00a850dc0b29d146ba4be7e2 /gnu/packages/linux.scm | |
| parent | b2883abb0d04e4ed7b957f790ba57ec488940136 (diff) | |
gnu: linux-libre 6.19: Update to 6.19.5.
* gnu/packages/linux.scm (linux-libre-6.19-version): Update to 6.19.5.
(linux-libre-6.19-pristine-source, deblob-scripts-6.19): Update hashes.
Change-Id: I4ae7a39a2c7c9b2722f56ec630c495fdd6e828e3
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a4c032bb6e9..b4cb6a66a0f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -530,17 +530,17 @@ 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-6.19-version "6.19.3") +(define-public linux-libre-6.19-version "6.19.5") (define-public linux-libre-6.19-gnu-revision "gnu") (define deblob-scripts-6.19 (linux-libre-deblob-scripts linux-libre-6.19-version linux-libre-6.19-gnu-revision - (base32 "1n39w2lzzxqgfm10y5324bas4x827l34kpvdz64ng5ngp1cspdzw") - (base32 "1780cj1bpf6c6cwkbg1p5b9b4kipkxb0rjljlm96drch8ikxl2k8"))) + (base32 "0zl5352xsv12xkqrfygp5kd8nvjq718pg5iaz64y675abymacp8v") + (base32 "1awsjh9qs5inrwj34kzkrfvvysdaka6dnbilpn1ai66r6dqc2810"))) (define-public linux-libre-6.19-pristine-source (let ((version linux-libre-6.19-version) - (hash (base32 "1glf369wfr66lmv9wmijin6idlfgijfsh0gx2qly7gpwmml4jiqf"))) + (hash (base32 "1yig0i2q7vn7p8g4lmkviddxi62mzhp0fv2hx3057qq9qz40bblm"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.19))) |
