summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-06-30 13:22:25 -0400
committerLeo Famulari <leo@famulari.name>2025-07-02 12:07:05 -0400
commitbb4d953aaa68b74770cffce3aab6f9d682a737a8 (patch)
treead1c58cc70c423575085f04df16c60158f3409f6 /gnu/packages/linux.scm
parent17085509bc6e7b26d8e18c8316baa2cb113ce765 (diff)
gnu: linux-libre 5.15: Update to 5.15.186.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.186. (linux-libre-5.15-pristine-source): Update hash. Change-Id: I8090c6ea4b4918eb7c87f7e34daa642896206bf9
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 d9511db35c1..4df1f7079d1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -578,7 +578,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.185")
+(define-public linux-libre-5.15-version "5.15.186")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -588,7 +588,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 "1p0kjc09qqv361phscny1gqj38di9dpab9gxywljkwqhi5wyn0rx")))
+ (hash (base32 "0anbf7v0m26da0c6d0z925im4x2kf8kswpbv056543amxvbzsklw")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))