aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-04-20 22:11:13 +0900
committerOphestra <cat@gensokyo.uk>2026-04-20 22:11:13 +0900
commit852f3a9b3dfcb41ebd8f6587e232f2eb4708a44f (patch)
treec175a609155a64d376a55dc8de27bc996a3efdee /internal
parent5e02dbdb0d6c1497c5e9f97e1fe4991d427a5a2a (diff)
internal/rosa/kernel: 6.12.81 to 6.12.82
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
-rw-r--r--internal/rosa/kernel.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/kernel.go b/internal/rosa/kernel.go
index e5f406e5..450c01b4 100644
--- a/internal/rosa/kernel.go
+++ b/internal/rosa/kernel.go
@@ -2,12 +2,12 @@ package rosa
import "hakurei.app/internal/pkg"
-const kernelVersion = "6.12.81"
+const kernelVersion = "6.12.82"
var kernelSource = newTar(
"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/"+
"snapshot/linux-"+kernelVersion+".tar.gz",
- "fBkNwf82DQXh74in6gaF2Jot7Vg-Vlcp9BUtCEipL9mvcM1EXLVFdV7FcrO20Eve",
+ "pYr4Wlk0fagbnlws1SPUFaWtJtqxm9GtSilW0V5A7f_WRap9IMCZV22kZpV_G-zk",
pkg.TarGzip,
)