summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-04-30 10:36:14 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-04-30 15:35:03 -0700
commit26036694bf2be84ac0c6d81fcb7e750a7942834e (patch)
tree03364345e6b498b4dcb7923eca33d6ab0c57d713
parent98c4a008d81712c5f761d8948db2372372e4e01b (diff)
gnu: linux-libre 6.18: Update to 6.18.26.
* gnu/packages/linux.scm (linux-libre-6.18-version): Update to 6.18.26. (linux-libre-6.18-pristine-source): Update hash.
-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 a31543783e..2f5bf67ab8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -547,7 +547,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.19)))
-(define-public linux-libre-6.18-version "6.18.25")
+(define-public linux-libre-6.18-version "6.18.26")
(define-public linux-libre-6.18-gnu-revision "gnu")
(define deblob-scripts-6.18
(linux-libre-deblob-scripts
@@ -557,7 +557,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "0qlih8w8wg4v5cwbmd34rbhb6mjgbx69i9rx3s2vxw7h42q9l0ai")))
(define-public linux-libre-6.18-pristine-source
(let ((version linux-libre-6.18-version)
- (hash (base32 "160qplwzx48rcvh53wz60c7xdnw11sdhfs6fysd2c2s3sh3hls19")))
+ (hash (base32 "1v5h0w3s8p5m22jxg992x1jfpwyi80ia70cdgiv47q3n6xfjyxsk")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.18)))