14 src = fetchFromGitHub {
17 rev = "refs/tags/v${version}";
18 hash = "sha256-BON29uUruBoeBLoBdOgnonrVIyLZlvBW5UyWfxFgjPs=";
21 vendorHash = "sha256-yxuOORShJL9nFIS5srZFI31Nyz7xFxnJCmcN8UFhyr0=";
28 "-X main.version=${version}"
32 description = "Run your GitHub Actions locally";
34 homepage = "https://github.com/nektos/act";
35 changelog = "https://github.com/nektos/act/releases/tag/v${version}";
36 license = lib.licenses.mit;
37 maintainers = with lib.maintainers; [