summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-05-08 13:56:40 +0200
committerVagrant Cascadian <vagrant@debian.org>2026-05-09 08:49:47 -0700
commitccd324ef6d1e4bb86de260b39e072fd1f19af178 (patch)
tree5d6d0e3edc96f5ba2b2e15afcc216b5060d21a66 /gnu
parent57fb0b23121115496a77ed5431b3fd5b7ed464fe (diff)
gnu: linux-libre 5.10: Update to 5.10.255.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.255. (linux-libre-5.10-pristine-source): Update hash. Change-Id: I542a482a39fa2ca448bb40d1690f680d90ff6963 Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1cb03d7487..839dfd053f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -643,7 +643,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
-(define-public linux-libre-5.10-version "5.10.252")
+(define-public linux-libre-5.10-version "5.10.255")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
@@ -653,7 +653,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1hgza8fsps7bkjf4i0f2xgvrh1r183z3i6lxrr2nr8qbi5d13qs7")))
(define-public linux-libre-5.10-pristine-source
(let ((version linux-libre-5.10-version)
- (hash (base32 "1yqa4zmvi5ihf50kxcff06abfi6xw0b9ajzagvy6gdzfr7igpcrl")))
+ (hash (base32 "19v6g2fq4nqv38irlcd9x14s6d398c56mxzpyc03q4xmpy3v6mir")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))