8 pname = "kubectl-cnpg";
11 src = fetchFromGitHub {
12 owner = "cloudnative-pg";
13 repo = "cloudnative-pg";
15 hash = "sha256-pU8OgGmRzZEfcMOhMHXhwK+oA/6zyj7F7QZ0ZNJIjsQ=";
18 vendorHash = "sha256-sKYREfo107RYGACXn37X9ENz/rwkdiBswRlFN4Z20yY=";
20 subPackages = [ "cmd/kubectl-cnpg" ];
23 homepage = "https://cloudnative-pg.io/";
24 description = "Plugin for kubectl to manage a CloudNativePG cluster in Kubernetes";
25 mainProgram = "kubectl-cnpg";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ devusb ];