aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
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),