1
0
forked from rosa/hakurei

internal/rosa/kernel: 6.12.82 to 6.12.83

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