summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-04-12 01:22:28 +0000
committerVagrant Cascadian <vagrant@debian.org>2026-04-13 09:51:29 -0700
commit92de7e0caece646838c69176639bae157445f3b8 (patch)
tree51ebd4b42c00d7fd4b6158cd133a3abcafd0bc9a /gnu/packages/linux.scm
parent5fe112e4fa22537a50a6264d4e19969bacda620a (diff)
gnu: linux-libre 6.19: Update to 6.19.12.
* gnu/packages/linux.scm (linux-libre-6.19-version): Update to 6.19.12. (linux-libre-6.19-pristine-source): Update hash. Change-Id: Ibaa1dea8ac75bdc972929dccead39929761eced8
Diffstat (limited to 'gnu/packages/linux.scm')
-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 169ec71d584..881a563e3cd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -531,7 +531,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
531;; The current "stable" kernels. That is, the most recently released major 531;; The current "stable" kernels. That is, the most recently released major
532;; versions that are still supported upstream. 532;; versions that are still supported upstream.
533 533
534(define-public linux-libre-6.19-version "6.19.11") 534(define-public linux-libre-6.19-version "6.19.12")
535(define-public linux-libre-6.19-gnu-revision "gnu") 535(define-public linux-libre-6.19-gnu-revision "gnu")
536(define deblob-scripts-6.19 536(define deblob-scripts-6.19
537 (linux-libre-deblob-scripts 537 (linux-libre-deblob-scripts
@@ -541,7 +541,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
541 (base32 "05jpciyypvmy6byaxjl49b1fvzxcnlhknf0xabrdj5152iznrzkh"))) 541 (base32 "05jpciyypvmy6byaxjl49b1fvzxcnlhknf0xabrdj5152iznrzkh")))
542(define-public linux-libre-6.19-pristine-source 542(define-public linux-libre-6.19-pristine-source
543 (let ((version linux-libre-6.19-version) 543 (let ((version linux-libre-6.19-version)
544 (hash (base32 "16ymkc5r3hw05z7l7ih3qw406qlszz1l7b4g5yz0hv15ddxrs0r0"))) 544 (hash (base32 "1md8b270pdyk9d8cq0qyr8qmymcijmj3gc39nn394wpr0l94yp6f")))
545 (make-linux-libre-source version 545 (make-linux-libre-source version
546 (%upstream-linux-source version hash) 546 (%upstream-linux-source version hash)
547 deblob-scripts-6.19))) 547 deblob-scripts-6.19)))