summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-10-19 23:06:52 -0400
committerLeo Famulari <leo@famulari.name>2025-10-25 21:10:50 -0400
commit4765bb127f6ad634792a91c494a9dbf375e10a4d (patch)
tree7ea7916255fa7166667d12afff44eeca25dc642f /gnu/packages/linux.scm
parent7ed81df9bbad9d422a63bf4a35cfbade2db23649 (diff)
gnu: linux-libre 6.1: Update to 6.1.157.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.157. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I6c55ea7573699dc36cbd3a6a9a3c10a97ec2af6b
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 7e8c0a3a744..ae7afddbad1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -578,7 +578,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.155")
+(define-public linux-libre-6.1-version "6.1.157")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -588,7 +588,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "0f3jgbfd2j7sz7h1hb30s1r9147g1cbb3ia09k9834fvbiz1ihaa")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "0wsw99h2jsrcx9fff59nqjx66l40vywj8qi3j6yvqpq8xsp8g4y2")))
+ (hash (base32 "0vpnjrk5kjc03sk5m66i9bv677xfy9mfrjvzx3jcrbr10bhq98d0")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))