summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-10-07 20:15:52 -0400
committerLeo Famulari <leo@famulari.name>2025-10-13 15:15:02 -0400
commitd94344e08e43a70927d0931e1358743db04f4d0e (patch)
treeb45611158a173ea8477b9416321d81852d4596d2 /gnu
parent9d19990ed0be0f33efcb7b31df02d1118b8952e2 (diff)
gnu: linux-libre 5.15: Update to 5.15.194.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.194. (linux-libre-5.15-pristine-source): Update hash. Change-Id: I45f3e152f294f7a4f4827c677eb9b287de28b656
Diffstat (limited to 'gnu')
-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 4d4b732afd1..03d28f35450 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -591,7 +591,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.193")
+(define-public linux-libre-5.15-version "5.15.194")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -601,7 +601,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "0rg65s6kd9gxxa3wl6180pr39rb6zbcicwjik4kygs2ns0247y56")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "168ymh51hm0l6pd9g2kc33ji28gznc25rwzj7rvhnw82z79640n7")))
+ (hash (base32 "0zi6ihvjmaf940arnc7jjvdqrjf3cvkc9mqc8n24dz85vam6z39l")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))