diff --git a/internal/rosa/hakurei.go b/internal/rosa/hakurei.go index c5f364d..afe0adc 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),