diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-28 17:10:16 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-28 17:44:20 +0900 |
| commit | 347682ad0bf3e176a59c2310ecc53a772c7d4ff4 (patch) | |
| tree | 3cfbb471ad215afe16fee6ecf92471f083bf4b4d /internal/rosa/kernel.go | |
| parent | 1a2b979addec1019f91b503b38d7f6f47e7307df (diff) | |
internal/rosa/kernel: 6.12.83 to 6.12.84
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/kernel.go')
| -rw-r--r-- | internal/rosa/kernel.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/kernel.go b/internal/rosa/kernel.go index e30639ac..b3fc49c2 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.83" +const kernelVersion = "6.12.84" var kernelSource = newTar( "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/"+ "snapshot/linux-"+kernelVersion+".tar.gz", - "0mZOnSaiLMXLd-wh7CaM4I1q8d7YJLuAQX1gKE9BwUv_BWnttaUYfnqxxZOYyoB-", + "GJLUEu68r3DpLYoTcMl4wA_ThMBs_Zwc0gZsp82ii_3AOfcVxpI639IKfq2jAAY2", pkg.TarGzip, ) |
