summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-08-24 17:12:16 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-27 00:04:52 -0700
commitc0d6cd6f8948bb877dc5a3f25fbe78cbab86f48c (patch)
tree482e3f8ef3ebe7c8a9f0adf40b79ff955a0a2f58 /gnu/packages/linux.scm
parent925858a17b63b33912dd03d32ed4682b398ca547 (diff)
gnu: linux-libre 6.1: Update to 6.1.184.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.184. (linux-libre-6.1-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 f3858f801f7..8688087e07f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -614,7 +614,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
614 (%upstream-linux-source version hash) 614 (%upstream-linux-source version hash)
615 deblob-scripts-6.6))) 615 deblob-scripts-6.6)))
616 616
617(define-public linux-libre-6.1-version "6.1.183") 617(define-public linux-libre-6.1-version "6.1.184")
618(define-public linux-libre-6.1-gnu-revision "gnu") 618(define-public linux-libre-6.1-gnu-revision "gnu")
619(define deblob-scripts-6.1 619(define deblob-scripts-6.1
620 (linux-libre-deblob-scripts 620 (linux-libre-deblob-scripts
@@ -624,7 +624,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
624 (base32 "1w5pfws6l39dpc3lzazs1n6r4m96f6rdf6vb2scy5fhmrd933ldc"))) 624 (base32 "1w5pfws6l39dpc3lzazs1n6r4m96f6rdf6vb2scy5fhmrd933ldc")))
625(define-public linux-libre-6.1-pristine-source 625(define-public linux-libre-6.1-pristine-source
626 (let ((version linux-libre-6.1-version) 626 (let ((version linux-libre-6.1-version)
627 (hash (base32 "1qn0zw987amv77h7pj9rkc852haw783fxvqscp71bi1q97z0fb9n"))) 627 (hash (base32 "1facdyxlvcmfkiman0jzq6nvjs81h51arzmyl1pqam30bc47c2cn")))
628 (make-linux-libre-source version 628 (make-linux-libre-source version
629 (%upstream-linux-source version hash) 629 (%upstream-linux-source version hash)
630 deblob-scripts-6.1))) 630 deblob-scripts-6.1)))