aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/kernel.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-27 10:40:27 +0900
committerOphestra <cat@gensokyo.uk>2026-03-27 10:40:27 +0900
commit6a87a9683821fa759915ffcbd59f37e9c2c98613 (patch)
tree0bc3d504a69fbfe8b47c90537fc30dd259c783e9 /internal/rosa/kernel.go
parent2548a681e9a1e28c52805397edeccf719ec8ab45 (diff)
internal/rosa/kernel: 6.12.77 to 6.12.78
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/kernel.go')
-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 9b2fcfa6..b34d53db 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.77"
+const kernelVersion = "6.12.78"
var kernelSource = pkg.NewHTTPGetTar(
nil, "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/"+
"snapshot/linux-"+kernelVersion+".tar.gz",
- mustDecode("_MyFL0MqqNwAJx4fP8L9FkUayXIqEJto5trAPr_9UJvaT5TK1tvlU8leS82Hw2uw"),
+ mustDecode("iUlZA-nv04TUOL0TmgDGBjaOe0sIaXTqLvuR4owYgHMZM8vecusnMMqbeuuZP4_G"),
pkg.TarGzip,
)