summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-02-06 19:10:41 +0100
committerVagrant Cascadian <vagrant@debian.org>2026-02-14 15:41:17 -0800
commit524aeb532620546e2cb5603cc9a71474b40ebff3 (patch)
tree0bb628473e4f06e9d386f7722d0ee2f928f3b18d /gnu
parente2cc32d37c3fc4e5c272435fb84eb11d2c429b92 (diff)
gnu: linux-libre 6.1: Update to 6.1.162.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.162. (linux-libre-6.1-pristine-source): Update hash. Change-Id: Id3a072283c740883422df6fed9ebcc084870f895 Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu')
-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 75ebe9a6bed..718e8867976 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -594,7 +594,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.161")
+(define-public linux-libre-6.1-version "6.1.162")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -604,7 +604,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 "0aasgrq6mv5nj7b8ashzx0pxlaah5y0f3sq7d8w00di2lyync5ml")))
+ (hash (base32 "12fhqsz61g64wdx3hx637fx4zn7ks7kv9h7b26llx8mr94m44rlp")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))