diff options
| author | Leo Famulari <leo@famulari.name> | 2025-09-04 10:49:31 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-09-07 17:08:25 -0400 |
| commit | 93c0eae9d11f494dba1660f51fa712704e8c6262 (patch) | |
| tree | 155027af825c9d5908b9b06530d2019b66406d2a /gnu/packages/linux.scm | |
| parent | e0db747bf2ad122f4080b67e17ba6909d0c7b458 (diff) | |
gnu: linux-libre 6.1: Update to 6.1.150.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.150.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: I0adb1be6c65feb743c0b94ef69375baa1bd82c60
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 11d34619c5d..ecaddb78282 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -590,7 +590,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.149") +(define-public linux-libre-6.1-version "6.1.150") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -600,7 +600,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 "0fdyfxw80zhkwh29m5v7xfmbyks5wi6isdq6bv96cn4ssfw0dsf4"))) + (hash (base32 "1vr4g32y74jl43hlp2jh708mp2qg4zwqh1bwa3xl9dg2136gy6q0"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1))) |
