diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-02-20 13:02:00 +0100 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-02-22 16:58:19 -0800 |
| commit | 33ba4bf845e374f0471ae01b320eb04d74ed8c81 (patch) | |
| tree | 5359babcfc238757dd7a16d66994b6d2e987721c /gnu/packages/linux.scm | |
| parent | 7633a209bb55aaa5bc5861eaeb01c9bff9662571 (diff) | |
gnu: linux-libre 5.15: Update to 5.15.201.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.201.
(linux-libre-5.15-pristine-source): Update hash.
Change-Id: I0dcb00fb22f7f647a12b00ed6d0dd24c90a09cd7
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
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 58e904e584a..0fddab84c70 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.1))) -(define-public linux-libre-5.15-version "5.15.200") +(define-public linux-libre-5.15-version "5.15.201") (define-public linux-libre-5.15-gnu-revision "gnu") (define deblob-scripts-5.15 (linux-libre-deblob-scripts @@ -604,7 +604,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1s6km2r2mad0wpf7nqn4rqsykw1lm386l1yskmil24239fbva1f1"))) (define-public linux-libre-5.15-pristine-source (let ((version linux-libre-5.15-version) - (hash (base32 "16193h91mc51p68gsjs6afaai47krf05hxcgp8r0k248cv4b3r7w"))) + (hash (base32 "15hv8rqgr6ca9rnbpb6hvzskqvb4h8x3w6nl4y2npbfsxpxzyajg"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.15))) |
