internal/rosa/kernel: 6.12.82 to 6.12.83
All checks were successful
Test / Create distribution (push) Successful in 1m21s
Test / Sandbox (push) Successful in 3m27s
Test / ShareFS (push) Successful in 5m19s
Test / Sandbox (race detector) (push) Successful in 6m46s
Test / Hakurei (race detector) (push) Successful in 8m17s
Test / Hakurei (push) Successful in 2m58s
Test / Flake checks (push) Successful in 1m28s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-23 12:28:14 +09:00
parent 42389f7ec5
commit 13c7713d0c

View File

@@ -2,12 +2,12 @@ package rosa
import "hakurei.app/internal/pkg" import "hakurei.app/internal/pkg"
const kernelVersion = "6.12.82" const kernelVersion = "6.12.83"
var kernelSource = newTar( var kernelSource = newTar(
"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/"+ "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/"+
"snapshot/linux-"+kernelVersion+".tar.gz", "snapshot/linux-"+kernelVersion+".tar.gz",
"pYr4Wlk0fagbnlws1SPUFaWtJtqxm9GtSilW0V5A7f_WRap9IMCZV22kZpV_G-zk", "0mZOnSaiLMXLd-wh7CaM4I1q8d7YJLuAQX1gKE9BwUv_BWnttaUYfnqxxZOYyoB-",
pkg.TarGzip, pkg.TarGzip,
) )