diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-02-20 11:12:11 +0100 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-02-22 16:58:13 -0800 |
| commit | d8523c9b0bc360764d596fcc859e51aef860832b (patch) | |
| tree | 9847cf2095ce2d1e71fe0a53833136de95b25854 /gnu | |
| parent | 5c6d94654fef7bb3a3883574ac04a9eb4179b9ae (diff) | |
gnu: linux-libre 6.6: Update to 6.6.127.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.127.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: I431b2510ea37ab154d6775018db8dbe6ff594702
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu')
| -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 e1e456cd354..9d7c5a140c3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -564,7 +564,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.12))) -(define-public linux-libre-6.6-version "6.6.124") +(define-public linux-libre-6.6-version "6.6.127") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts @@ -574,7 +574,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0z47f6mkllk1fgpq04x73djl5gh3mj50bxj2rpg4jlzm0rcirrag"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "0kkri7y9g5c7hylwsdc2wq2drhniay171nnccr533qlvisgzpbm7"))) + (hash (base32 "1zn9z3ghjyff71s3yabfanrgyks3wnmn1p5w6301rczhnjbrrkd7"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6))) |
