10 excludedPackages = [ ".ci" ];
12 src = fetchFromGitHub {
13 owner = "vladimirvivien";
16 hash = "sha256-oxyEkDY53HjBgjWRajlcg+8Kx092lyLkPgOJleioO7o=";
19 vendorHash = "sha256-MLIcTHWo7lsqtAqH8naSvpS013t8KBVPRbch+CfeUNk=";
23 "-X github.com/vladimirvivien/ktop/buildinfo.Version=v${version}"
33 description = "Top-like tool for your Kubernetes cluster";
36 Following the tradition of Unix/Linux top tools, ktop is a tool that displays useful metrics information about nodes, pods, and other workload resources running in a Kubernetes cluster.
38 homepage = "https://github.com/vladimirvivien/ktop/";
39 license = licenses.asl20;
40 maintainers = with maintainers; [ qjoly ];