summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-08-20 10:32:39 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-27 00:04:55 -0700
commite574b011b8be3342915e776e59cd74152ec0503d (patch)
treea758b98687645f4042cbdbc531e7590bc2d3001f /gnu
parentc0d6cd6f8948bb877dc5a3f25fbe78cbab86f48c (diff)
gnu: linux-libre 5.15: Update to 5.15.216.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.216. (linux-libre-5.15-pristine-source): Update hash.
Diffstat (limited to 'gnu')
-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)))