diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-04-04 16:07:05 +0200 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-04-06 21:24:35 -0700 |
| commit | c63b598686296493dbe6979727d51aabc5f85bf8 (patch) | |
| tree | 8087f00796f1c7dfeec1d680bf9bf901e4046a45 /gnu/packages/linux.scm | |
| parent | 129cf96915591b381ccd0a4c9b8813da2491eced (diff) | |
gnu: linux-libre 6.19: Update to 6.19.11.
* gnu/packages/linux.scm (linux-libre-6.19-version): Update to 6.19.11.
(linux-libre-6.19-pristine-source): Update hash.
Change-Id: Ic03485cd4dbeebefa1da51210d670350b33e7e3e
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 85c499b873b..a475985e196 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -531,7 +531,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-6.19-version "6.19.10") +(define-public linux-libre-6.19-version "6.19.11") (define-public linux-libre-6.19-gnu-revision "gnu") (define deblob-scripts-6.19 (linux-libre-deblob-scripts @@ -541,7 +541,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "05jpciyypvmy6byaxjl49b1fvzxcnlhknf0xabrdj5152iznrzkh"))) (define-public linux-libre-6.19-pristine-source (let ((version linux-libre-6.19-version) - (hash (base32 "072s76238rnf87yhdy15nbxfyq7x3ch7p2v14dq4pq551qd48va6"))) + (hash (base32 "16ymkc5r3hw05z7l7ih3qw406qlszz1l7b4g5yz0hv15ddxrs0r0"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.19))) |
