aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/procps.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-17 16:44:13 +0900
committerOphestra <cat@gensokyo.uk>2026-05-17 17:50:30 +0900
commit38bc2c750842826c5af4f66abe3e1905258cd274 (patch)
tree75e1d17961fd980ff8b20a9dfd937789de10836e /internal/rosa/procps.go
parent30eb0d6a613ad268f6805ccbcdcabf158e7f526f (diff)
internal/rosa: pass stage alongside state
This cleans up many function signatures. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/procps.go')
-rw-r--r--internal/rosa/procps.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/procps.go b/internal/rosa/procps.go
index 067f0e61..73a2db8a 100644
--- a/internal/rosa/procps.go
+++ b/internal/rosa/procps.go
@@ -2,12 +2,12 @@ package rosa
import "hakurei.app/internal/pkg"
-func (t Toolchain) newProcps(s *S) (pkg.Artifact, string) {
+func (t Toolchain) newProcps() (pkg.Artifact, string) {
const (
version = "4.0.6"
checksum = "pl_fZLvDlv6iZTkm8l_tHFpzTDVFGCiSJEs3eu0zAX6u36AV36P_En8K7JPScRWM"
)
- return s.NewPackage(t, "procps", version, newFromGitLab(
+ return t.NewPackage("procps", version, newFromGitLab(
"gitlab.com",
"procps-ng/procps",
"v"+version,