summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-02-12 14:34:27 +0100
committerVagrant Cascadian <vagrant@debian.org>2026-02-14 15:41:46 -0800
commitff63769c7958170269ae3390899edeca3be4331c (patch)
treea56c69a6262e571f74446e128f2146aaf30b5fe9 /gnu/packages/linux.scm
parentcc7ed259ea12154ea133068f6ebac0a877242f72 (diff)
gnu: linux-libre 5.15: Update to 5.15.200.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.200. (linux-libre-5.15-pristine-source): Update hash. Change-Id: I737a99c7e184d6cf85a5050026434fd33c32f7a0 Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu/packages/linux.scm')
-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 00e6862f721..edacbbee137 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.1)))
-(define-public linux-libre-5.15-version "5.15.199")
+(define-public linux-libre-5.15-version "5.15.200")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -604,7 +604,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1s6km2r2mad0wpf7nqn4rqsykw1lm386l1yskmil24239fbva1f1")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "0bmx5y10mbn05qv0cvh7w6zhgzar88vj2kdm3j4m32hk9jpd7h01")))
+ (hash (base32 "16193h91mc51p68gsjs6afaai47krf05hxcgp8r0k248cv4b3r7w")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))