diff mbox series

[bug#74301,5/7] gnu: linux-libre 5.15: Update to 5.15.229.

Message ID 4a1ff0b80316ee5c87f08f81bb50c8dc2bcb773d.1731271796.git.leo@famulari.name
State New
Headers show
Series [bug#74301,1/7] gnu: linux-libre: Update to 6.11.7. | expand

Commit Message

Leo Famulari Nov. 10, 2024, 8:49 p.m. UTC
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.229.
(linux-libre-5.15-pristine-source): Update hash.

Change-Id: Ibebb40f3ad79149ca59ab57d2850be7a36b4b8fb
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7d06310f35..f769eda839 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -576,7 +576,7 @@  (define-public linux-libre-5.15-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.15)))
 
-(define-public linux-libre-5.10-version "5.10.228")
+(define-public linux-libre-5.10-version "5.10.229")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -586,7 +586,7 @@  (define deblob-scripts-5.10
    (base32 "14jdl5rk3w7h97svl6j6ngbywj5qixmpv6ifhqkzjxpp07xngvs4")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "0wkvn49sdy9ykyz6cqdqd9yplqfhc6b255w6wc17ky182mzqvk3n")))
+        (hash (base32 "1q6di05rk4bsy91r03zw6vz14zzcpvv25dv7gw0yz1gzpgkbb9h8")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))