summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-03-04 15:10:17 +0100
committerVagrant Cascadian <vagrant@debian.org>2026-03-12 16:18:01 -0700
commit08c22e8ae0ecc82dc9e636ffcb5c6d3b50d3843f (patch)
treea9c8421cac2289fa17e41ae14c9519278478aacc /gnu
parent04637755e91bc6905b05fbe1dd71177632847d77 (diff)
gnu: linux-libre 6.19: Update to 6.19.6.
* gnu/packages/linux.scm (linux-libre-6.19-version): Update to 6.19.6. (linux-libre-6.19-pristine-source): Update hashes. (deblob-scripts-6.19): Update deblob-check hash. Change-Id: Ica2630c4a5faa07e6b87f0763a3291f0728a6cf7 Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6c497a4f223..a98d93cfb2b 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.5")
+(define-public linux-libre-6.19-version "6.19.6")
(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 "0zl5352xsv12xkqrfygp5kd8nvjq718pg5iaz64y675abymacp8v")
- (base32 "1awsjh9qs5inrwj34kzkrfvvysdaka6dnbilpn1ai66r6dqc2810")))
+ (base32 "0y9rb4mm1n83h9wa68ivbpqj13va3vv5954j2ywqm7apwpx9ini2")))
(define-public linux-libre-6.19-pristine-source
(let ((version linux-libre-6.19-version)
- (hash (base32 "1yig0i2q7vn7p8g4lmkviddxi62mzhp0fv2hx3057qq9qz40bblm")))
+ (hash (base32 "051fq8mkb7sf3m24a45cacr73fmpljfdn0pgjh0qrxhl6bvkz7sd")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.19)))