diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-03-04 15:12:31 +0100 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-03-12 16:18:12 -0700 |
| commit | 23d9ea0275727d66886fb775d4af0cb53f7ee0d8 (patch) | |
| tree | 7215c0183a93c6ab64fea849e6b1ba21bf4f3c90 /gnu/packages/linux.scm | |
| parent | 5a9550f05f7c05555d87ed79517bdd64feeb20d6 (diff) | |
gnu: linux-libre 6.1: Update to 6.1.166.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.166.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: I86cc731cffa03915073446ce1f5a4ff6c6b4477b
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 b351288760a..be4297f39a8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -594,7 +594,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.6))) -(define-public linux-libre-6.1-version "6.1.164") +(define-public linux-libre-6.1-version "6.1.166") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -604,7 +604,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1jiwwl5sgpc16x0v6phbknv94mc46gvwgc2z8s4pdgn4j54yrd8v"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "074xlcrx5lvbkbwgahfvjlvak0j1nig9azfxfdl64zxzgdzhigrk"))) + (hash (base32 "0jcl12gjlfdf9pwqg1m84rzwnrj3grxxgk5blrq8zlaq45sgr3c1"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1))) |
