7 pname = "gh-actions-cache";
10 src = fetchFromGitHub {
12 repo = "gh-actions-cache";
14 hash = "sha256-GVha3xxLTBTiKfAjGb2q9btsGYzWQivGLyZ4Gg0s/N0=";
17 vendorHash = "sha256-4/Zt+ga3abEPtR0FjWIsDpOiG1bfVtVuLuXP8aHbzqk=";
25 # https://github.com/actions/gh-actions-cache/issues/53#issuecomment-1464954495
26 env.GH_TOKEN = "dummy-token-to-facilitate-rest-client";
29 description = "gh extension to manage GitHub Actions caches";
30 homepage = "https://github.com/actions/gh-actions-cache";
31 changelog = "https://github.com/actions/gh-actions-cache/releases/tag/${src.rev}";
32 license = lib.licenses.mit;
33 maintainers = with lib.maintainers; [ amesgen ];
34 mainProgram = "gh-actions-cache";