summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-02-12 14:34:50 +0100
committerVagrant Cascadian <vagrant@debian.org>2026-02-14 15:41:49 -0800
commitc5dcca4a04e35388643ea2fb5c8b059a7ec2c4a7 (patch)
treeb3dbc33d620a65413b0ccab262717fa828fff447 /gnu/packages
parentff63769c7958170269ae3390899edeca3be4331c (diff)
gnu: linux-libre 5.10: Update to 5.10.250.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.250. (linux-libre-5.10-pristine-source): Update hash. Change-Id: Icdebe43f5f03f32c62863fdf3ed369d55bca98f2 Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu/packages')
-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 edacbbee137..4c26e6b6978 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -609,7 +609,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.249")
+(define-public linux-libre-5.10-version "5.10.250")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
@@ -619,7 +619,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 "0ihh9pjnaz3lq9my6yhlikacadc5lldsypifjcpm8j8i4qsfv45r")))
+ (hash (base32 "0afmjzlkx5ry8w01p7mafy3zq0xf9md5fpdy2ywn9wm94fi4sxa7")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))