aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-27 05:40:53 +0900
committerOphestra <cat@gensokyo.uk>2026-01-27 05:40:53 +0900
commit67092c835aa7d6e2c0b9e314f08797ce2fe88983 (patch)
treec6bcb4298f7a5e07e2a84313e80ac75b31c44156 /internal
parent18918d9a0ddf522f40e53520bb0796a5aa57834c (diff)
internal/rosa/hakurei: v0.3.3 to v0.3.4
This now contains the sharefs program which pulls in fuse. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
-rw-r--r--internal/rosa/hakurei.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/rosa/hakurei.go b/internal/rosa/hakurei.go
index c5f364da..afe0adce 100644
--- a/internal/rosa/hakurei.go
+++ b/internal/rosa/hakurei.go
@@ -6,8 +6,8 @@ import (
func (t Toolchain) newHakurei() pkg.Artifact {
const (
- version = "0.3.3"
- checksum = "iMN9qzDB000noZ6dOHh_aSdrhRZPopjyWHd0KFVjxjQLQstAOvLYZEZ74btlL0pu"
+ version = "0.3.4"
+ checksum = "wVwSLo75a2OnH5tgxNWXR_YhiOJUFnYM_9-sJtxAEOKhcPE0BJafs6PU8o5JzyCT"
)
return t.New("hakurei-"+version, false, []pkg.Artifact{
t.Load(Go),
@@ -17,6 +17,7 @@ func (t Toolchain) newHakurei() pkg.Artifact {
t.Load(Libseccomp),
t.Load(ACL),
t.Load(Attr),
+ t.Load(Fuse),
t.Load(Xproto),
t.Load(LibXau),