10 src = fetchFromGitHub {
11 owner = "SimonTheLeg";
14 hash = "sha256-GSrR2uLeGodmE1egRtvTyWhJckYUnI97n7dnmjPvu3k=";
17 vendorHash = "sha256-sB3j19HrTtaRqNcooqNy8vBvuzxxyGDa7MOtiGoVgN8=";
19 ldflags = [ "-s" "-w" ];
22 description = "Lightweight and blazing fast kubeconfig manager which allows to use different kubeconfigs at the same time";
23 mainProgram = "konf-go";
24 homepage = "https://github.com/SimonTheLeg/konf-go";
25 license = licenses.asl20;
26 maintainers = with maintainers; [ arikgrahl ];