summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-03-04 15:23:33 +0100
committerVagrant Cascadian <vagrant@debian.org>2026-03-12 16:18:15 -0700
commit8d7155fcade6eba885459be4946b3feec162ea3a (patch)
treec46495094561391f666ba645a3459d2f5beb13bc
parent23d9ea0275727d66886fb775d4af0cb53f7ee0d8 (diff)
gnu: linux-libre 5.15: Update to 5.15.202.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.202. (linux-libre-5.15-pristine-source): Update hash. Change-Id: Ibbea707bace52b584d8d73283af9c1b1845a7700 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 be4297f39a8..735457d74c9 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-6.1)))
-(define-public linux-libre-5.15-version "5.15.201")
+(define-public linux-libre-5.15-version "5.15.202")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -619,7 +619,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 "15hv8rqgr6ca9rnbpb6hvzskqvb4h8x3w6nl4y2npbfsxpxzyajg")))
+ (hash (base32 "1m6d53qx1ah4jwpa8hwjdmq0jn2hf7xmz1li6rwpdqjp97vvvh8b")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))