10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-fUe5bMFF569A9Xdx3bfQH2DzbQDRfZ+ewlDL+gK2gWw=";
17 vendorHash = "sha256-qAmkUV5l5g8/w8ZTYFGYvd9I8NUk8rMYjutenHvTRnw=";
20 description = "Kubectl alternative with quick context switching";
21 mainProgram = "tubectl";
22 homepage = "https://github.com/reconquest/tubekit";
23 license = licenses.mit;
24 platforms = platforms.linux ++ platforms.darwin;
25 maintainers = with maintainers; [ farcaller ];