summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-02-20 13:02:45 +0100
committerVagrant Cascadian <vagrant@debian.org>2026-02-22 16:58:21 -0800
commite80896ab347371ebc688634c26d3e0f8f242576f (patch)
tree61fa721f7d94aeaa714b96f396c9f32b459dbe7b
parent33ba4bf845e374f0471ae01b320eb04d74ed8c81 (diff)
gnu: linux-libre 5.10: Update to 5.10.251.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.251. (linux-libre-5.10-pristine-source): Update hash. Change-Id: I8dbda28511084fe211ff0a6333874e82fa51adaf Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
-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 0fddab84c70..619dfad3bba 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."
609 (%upstream-linux-source version hash) 609 (%upstream-linux-source version hash)
610 deblob-scripts-5.15))) 610 deblob-scripts-5.15)))
611 611
612(define-public linux-libre-5.10-version "5.10.250") 612(define-public linux-libre-5.10-version "5.10.251")
613(define-public linux-libre-5.10-gnu-revision "gnu1") 613(define-public linux-libre-5.10-gnu-revision "gnu1")
614(define deblob-scripts-5.10 614(define deblob-scripts-5.10
615 (linux-libre-deblob-scripts 615 (linux-libre-deblob-scripts
@@ -619,7 +619,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
619 (base32 "1hgza8fsps7bkjf4i0f2xgvrh1r183z3i6lxrr2nr8qbi5d13qs7"))) 619 (base32 "1hgza8fsps7bkjf4i0f2xgvrh1r183z3i6lxrr2nr8qbi5d13qs7")))
620(define-public linux-libre-5.10-pristine-source 620(define-public linux-libre-5.10-pristine-source
621 (let ((version linux-libre-5.10-version) 621 (let ((version linux-libre-5.10-version)
622 (hash (base32 "0afmjzlkx5ry8w01p7mafy3zq0xf9md5fpdy2ywn9wm94fi4sxa7"))) 622 (hash (base32 "00ac9gzidby7b82s2prq4c3w99a077f5li4v4yq8gdg3zqjpd1g6")))
623 (make-linux-libre-source version 623 (make-linux-libre-source version
624 (%upstream-linux-source version hash) 624 (%upstream-linux-source version hash)
625 deblob-scripts-5.10))) 625 deblob-scripts-5.10)))