summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-02-12 14:34:08 +0100
committerVagrant Cascadian <vagrant@debian.org>2026-02-14 15:41:44 -0800
commitcc7ed259ea12154ea133068f6ebac0a877242f72 (patch)
tree0ea3a374fc2704f480e67542d7654bdb92233244
parent8da0f6e978552ff1335a8a573008013b49fea15f (diff)
gnu: linux-libre 6.1: Update to 6.1.163.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.163. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I6e05515b1c7ea3be2d561bb3023150bb5a5e72b2 Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
-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 a52b60f7634..00e6862f721 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.162")
+(define-public linux-libre-6.1-version "6.1.163")
(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 "12fhqsz61g64wdx3hx637fx4zn7ks7kv9h7b26llx8mr94m44rlp")))
+ (hash (base32 "1siq1jacl4xrlqn536h5rg73rygk8dp8n839asny05dx44rh6bgx")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))