summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodion Goritskov <rodion@goritskov.com>2026-04-30 17:35:19 +0200
committerVagrant Cascadian <vagrant@debian.org>2026-04-30 14:46:16 -0700
commit98c4a008d81712c5f761d8948db2372372e4e01b (patch)
tree5a682ad715fa52ebd90567cc2eb2b6fbcd4b5f00
parent8949c8d7fd5184a501ab7c635de8e73db1a8dc18 (diff)
gnu: linux-libre 5.15: Update to 5.15.204.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.204. (linux-libre-5.15-pristine-source): Update hash. 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 51ea9c919b..a31543783e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -611,7 +611,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.203")
+(define-public linux-libre-5.15-version "5.15.204")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -621,7 +621,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 "0r6w6glfpzp6qz0kbxzpmabxwgw1y5k9a407lj98gsap5bcfgsqb")))
+ (hash (base32 "1kfvfvzhdgjcj1pa2aqks3iah00ilfpp1i9bmbwjr3na0crlrzcv")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))