9 pname = "gitea-actions-runner";
12 src = fetchFromGitea {
17 hash = "sha256-GE9yqp5zWJ4lL0L/w3oSvU72AiHBNb+yh2qBPKPe9X0=";
20 vendorHash = "sha256-NoaLq5pCwTuPd9ne5LYcvJsgUXAqcfkcW3Ck2K350JE=";
25 "-X gitea.com/gitea/act_runner/internal/pkg/ver.version=v${version}"
28 passthru.tests.version = testers.testVersion {
29 package = gitea-actions-runner;
30 version = "v${version}";
34 mainProgram = "act_runner";
35 maintainers = with maintainers; [ techknowlogick ];
36 license = licenses.mit;
37 changelog = "https://gitea.com/gitea/act_runner/releases/tag/v${version}";
38 homepage = "https://gitea.com/gitea/act_runner";
39 description = "A runner for Gitea based on act";