diff options
author | Leo Famulari <leo@famulari.name> | 2025-06-05 14:38:38 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-06-11 18:21:01 -0400 |
commit | f4d7592a0aa2b79440894ade780cbbfc87b75178 (patch) | |
tree | 8375b3c421aaa4d77d2fa457906fd50817d62efb | |
parent | 988a7569823914c36b1274804a2013f6b3c0fba2 (diff) |
gnu: linux-libre 5.15: Update to 5.15.185.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.185.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
Change-Id: I22bcf1283379c55d5613f63191b0d6438a27d5a3
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f81e862290..ad0eceb25a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -578,17 +578,17 @@ 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.184") +(define-public linux-libre-5.15-version "5.15.185") (define-public linux-libre-5.15-gnu-revision "gnu") (define deblob-scripts-5.15 (linux-libre-deblob-scripts linux-libre-5.15-version linux-libre-5.15-gnu-revision (base32 "14dajb391lr4y2llvjihilmzwvrq4gjbgvrha7dvh6vv4jmbi28v") - (base32 "117nsj3n6nvlzbl86linz327qk5p516s9a8sc6ci79qwwz6a60im"))) + (base32 "0rg65s6kd9gxxa3wl6180pr39rb6zbcicwjik4kygs2ns0247y56"))) (define-public linux-libre-5.15-pristine-source (let ((version linux-libre-5.15-version) - (hash (base32 "1nf1v89ikwi9philrw6h03hzb085mwz44lfxx71agp67vk39hglw"))) + (hash (base32 "1p0kjc09qqv361phscny1gqj38di9dpab9gxywljkwqhi5wyn0rx"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.15))) |