From 67092c835aa7d6e2c0b9e314f08797ce2fe88983 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 27 Jan 2026 05:40:53 +0900 Subject: [PATCH] internal/rosa/hakurei: v0.3.3 to v0.3.4 This now contains the sharefs program which pulls in fuse. Signed-off-by: Ophestra --- internal/rosa/hakurei.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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),