summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-08-10 20:10:30 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-13 12:57:57 -0700
commit9044a519a7b1dcfde141d04894b61dd219c57e23 (patch)
treef745d52b71a8e214039d6e4e1d6aa9066b761343 /gnu/packages/linux.scm
parent1c2a3bf2d604c853c28259f69fac68336f73ae46 (diff)
gnu: linux-libre 6.18: Update to 6.18.44.
* gnu/packages/linux.scm (linux-libre-6.18-version): Update to 6.18.44. (linux-libre-6.18-pristine-source): Update hash.
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 01d0b6d73a9..1fc29ed87f5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -580,7 +580,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
580 (%upstream-linux-source version hash) 580 (%upstream-linux-source version hash)
581 deblob-scripts-6.19))) 581 deblob-scripts-6.19)))
582 582
583(define-public linux-libre-6.18-version "6.18.41") 583(define-public linux-libre-6.18-version "6.18.44")
584(define-public linux-libre-6.18-gnu-revision "gnu") 584(define-public linux-libre-6.18-gnu-revision "gnu")
585(define deblob-scripts-6.18 585(define deblob-scripts-6.18
586 (linux-libre-deblob-scripts 586 (linux-libre-deblob-scripts
@@ -590,7 +590,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
590 (base32 "0yk2c643d2gykwbl3cibgwr9aaqrfg9m3q9xgha98yy4vzcyqbhr"))) 590 (base32 "0yk2c643d2gykwbl3cibgwr9aaqrfg9m3q9xgha98yy4vzcyqbhr")))
591(define-public linux-libre-6.18-pristine-source 591(define-public linux-libre-6.18-pristine-source
592 (let ((version linux-libre-6.18-version) 592 (let ((version linux-libre-6.18-version)
593 (hash (base32 "1skk2aimvhhymsvs15p83v2mwnlwbmghh82x79isia6lz3q75z0p"))) 593 (hash (base32 "0hqd4izrmabjcp22z7h8zrxxp1r2azz78la0j0nfha38y0wdjwhg")))
594 (make-linux-libre-source version 594 (make-linux-libre-source version
595 (%upstream-linux-source version hash) 595 (%upstream-linux-source version hash)
596 deblob-scripts-6.18))) 596 deblob-scripts-6.18)))