diff options
| author | Leo Famulari <leo@famulari.name> | 2025-05-20 20:39:12 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-05-22 12:45:33 -0400 |
| commit | 5e78b22cd430700a5ce96ffd8326f53316020b9a (patch) | |
| tree | 0c51136f2556588245490530fe9ea4e096fc3af7 /gnu/packages/linux.scm | |
| parent | a1ec191572b2e1afc98fe4606e3d0cd3f71b5c49 (diff) | |
gnu: linux-libre 5.15: Update to 5.15.183.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.183.
(linux-libre-5.15-pristine-source): Update hash.
Change-Id: Ib51a6c5552f37e516c427ff98c1f30a8f5ef50b7
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 c727032842c..074751475ca 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -577,7 +577,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.1))) -(define-public linux-libre-5.15-version "5.15.182") +(define-public linux-libre-5.15-version "5.15.183") (define-public linux-libre-5.15-gnu-revision "gnu") (define deblob-scripts-5.15 (linux-libre-deblob-scripts @@ -587,7 +587,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "19cwqpvf6x02ivxwx36jkbccg3dcii1ynis34mjz3rn1wpg61s9a"))) (define-public linux-libre-5.15-pristine-source (let ((version linux-libre-5.15-version) - (hash (base32 "07m3yrkqpmh4cmsmhz8i6da0h7xlprc7r4hb0xcy812s659zmaxn"))) + (hash (base32 "1s4fqm83api3xk0b443b4bhgrx7bx6n8bchdpmzahqadk9i7yvyh"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.15))) |
