1 { lib, buildGoModule, fetchFromGitHub }:
6 excludedPackages = [".ci"];
8 src = fetchFromGitHub {
9 owner = "vladimirvivien";
12 hash = "sha256-oxyEkDY53HjBgjWRajlcg+8Kx092lyLkPgOJleioO7o=";
15 vendorHash = "sha256-MLIcTHWo7lsqtAqH8naSvpS013t8KBVPRbch+CfeUNk=";
16 ldflags = [ "-s" "-w" "-X github.com/vladimirvivien/ktop/buildinfo.Version=v${version}" ];
25 description = "Top-like tool for your Kubernetes cluster";
28 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.
30 homepage = "https://github.com/vladimirvivien/ktop/";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ qjoly ];