1
0
forked from rosa/hakurei

internal/rosa/kernel: 6.12.77 to 6.12.78

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-27 10:40:27 +09:00
parent 2548a681e9
commit 6a87a96838
3 changed files with 13 additions and 12 deletions

View File

@@ -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,
)