diff mbox series

[bug#72192,5/7] gnu: linux-libre 5.10: Update to 5.10.222.

Message ID e3302c05de63a952b302aba68cc596b036065eaf.1721386175.git.w@wmeyer.eu
State New
Headers show
Series linux-libre kernel updates (2024-07-19) | expand

Commit Message

Wilko Meyer July 19, 2024, 9:13 p.m. UTC
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.222.
(linux-libre-5.10-pristine-source): Update hash.

Change-Id: I26cb8c4431116ccd31f542072ba064fde6785124
---
 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 cfc859053b..f74b2155f5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -577,7 +577,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.221")
+(define-public linux-libre-5.10-version "5.10.222")
 (define-public linux-libre-5.10-gnu-revision "gnu1")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
@@ -587,7 +587,7 @@  (define deblob-scripts-5.10
    (base32 "12csh2zyjrqzgqcv799gv8h4xaw1irxh2zqddn4jqp5p7psx4j5k")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "09975sby114mwfb8x2rlpaps6vb60dvs8f20cmb7hkxcxdzx87fs")))
+        (hash (base32 "1jshn64g165rdshyjvq38ni6pkbskp50048pbz407fss7f00cbbv")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))