diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-13 00:47:05 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-13 00:47:05 +0900 |
| commit | b76e6f6519e10c55ebe6786d670ecb199d1d8d00 (patch) | |
| tree | e726124e68ea707266bb9137012755d1da991189 /internal | |
| parent | 840d8f68bfc0ca1d13738c225ce31781f69d1a10 (diff) | |
internal/rosa/tamago: 1.26.2 to 1.26.3
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/tamago.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/tamago.go b/internal/rosa/tamago.go index f1b493c4..32c61467 100644 --- a/internal/rosa/tamago.go +++ b/internal/rosa/tamago.go @@ -4,8 +4,8 @@ import "hakurei.app/internal/pkg" func (t Toolchain) newTamaGo() (pkg.Artifact, string) { const ( - version = "1.26.2" - checksum = "5xlhWq2NGhYCjt0y73QkydJ386lxg6-HkiO84ne6ByQSJBDat7-HSVzNA6jy7Laz" + version = "1.26.3" + checksum = "-nH3MjAzDDLTeJ2hRKYJcJwo5-Ikci4zOHfB8j1vKn7zrF9TS6zYaoLi8qohGwAE" ) return t.New("tamago-go"+version, 0, t.AppendPresets(nil, Bash, |
