summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-08-30 18:56:42 -0400
committerLeo Famulari <leo@famulari.name>2025-09-01 21:51:06 -0400
commit6111dcb540397648e3bded4314ccbca3c281f297 (patch)
tree2457a18c28e1343f385ab8ce73034a15f8a7c296 /gnu/packages/linux.scm
parentb8a4b1fb8df06cf1f0f7d4164e2a119aa033ce6f (diff)
gnu: linux-libre 5.15: Update to 5.15.190.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.190. (linux-libre-5.15-pristine-source): Update hash. Change-Id: I90d9e574f0a91deb2e15f2072511b215d6deff67
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 ac449ccfb9e..a175353ded0 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.1)))
-(define-public linux-libre-5.15-version "5.15.189")
+(define-public linux-libre-5.15-version "5.15.190")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -600,7 +600,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "0rg65s6kd9gxxa3wl6180pr39rb6zbcicwjik4kygs2ns0247y56")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "1hshd26ahn6dbw6jnqi0v5afpk672w7p09mk7iri93i7hxdh5l73")))
+ (hash (base32 "0146lslj0my0mhcx7wfp984f270zr8iiyq9899v6f7cflkqi9f32")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))