summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8688087e07f..3c96d6e53b2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -629,7 +629,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
629 (%upstream-linux-source version hash) 629 (%upstream-linux-source version hash)
630 deblob-scripts-6.1))) 630 deblob-scripts-6.1)))
631 631
632(define-public linux-libre-5.15-version "5.15.213") 632(define-public linux-libre-5.15-version "5.15.216")
633(define-public linux-libre-5.15-gnu-revision "gnu") 633(define-public linux-libre-5.15-gnu-revision "gnu")
634(define deblob-scripts-5.15 634(define deblob-scripts-5.15
635 (linux-libre-deblob-scripts 635 (linux-libre-deblob-scripts
@@ -639,7 +639,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
639 (base32 "1s6km2r2mad0wpf7nqn4rqsykw1lm386l1yskmil24239fbva1f1"))) 639 (base32 "1s6km2r2mad0wpf7nqn4rqsykw1lm386l1yskmil24239fbva1f1")))
640(define-public linux-libre-5.15-pristine-source 640(define-public linux-libre-5.15-pristine-source
641 (let ((version linux-libre-5.15-version) 641 (let ((version linux-libre-5.15-version)
642 (hash (base32 "1n71f4im5jg836wk2g4llkxxvmdzbxj7172pxqcf9wrmhm5inwn4"))) 642 (hash (base32 "1v854sl38sxsl9zwm9sy6l3hgq24356angizxi7g98xf0lhgpbq9")))
643 (make-linux-libre-source version 643 (make-linux-libre-source version
644 (%upstream-linux-source version hash) 644 (%upstream-linux-source version hash)
645 deblob-scripts-5.15))) 645 deblob-scripts-5.15)))