summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-02-20 11:13:58 +0100
committerVagrant Cascadian <vagrant@debian.org>2026-02-22 16:58:16 -0800
commit7633a209bb55aaa5bc5861eaeb01c9bff9662571 (patch)
tree7988fc887c6f7aa6416ce1f6b60ced7e99e3911f /gnu/packages/linux.scm
parentd8523c9b0bc360764d596fcc859e51aef860832b (diff)
gnu: linux-libre 6.1: Update to 6.1.164.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.164. (linux-libre-6.1-pristine-source): Update hash. Change-Id: Icf106dd17d49f71ac3b5cf075e4d864600db10d1 Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
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 9d7c5a140c3..58e904e584a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -579,7 +579,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
-(define-public linux-libre-6.1-version "6.1.163")
+(define-public linux-libre-6.1-version "6.1.164")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -589,7 +589,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1jiwwl5sgpc16x0v6phbknv94mc46gvwgc2z8s4pdgn4j54yrd8v")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "1siq1jacl4xrlqn536h5rg73rygk8dp8n839asny05dx44rh6bgx")))
+ (hash (base32 "074xlcrx5lvbkbwgahfvjlvak0j1nig9azfxfdl64zxzgdzhigrk")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))