7 pname = "kubectl-cnpg";
10 src = fetchFromGitHub {
11 owner = "cloudnative-pg";
12 repo = "cloudnative-pg";
14 hash = "sha256-M33ngnpxR3fQNsAkef4Rs4I3wNpOu5wTxbl48gL88F8=";
17 vendorHash = "sha256-nFWMw/FpaALp347z5dO8509fJCVISwS6z57JfQ+p3Dg=";
19 subPackages = [ "cmd/kubectl-cnpg" ];
22 homepage = "https://cloudnative-pg.io/";
23 description = "Plugin for kubectl to manage a CloudNativePG cluster in Kubernetes";
24 mainProgram = "kubectl-cnpg";
25 license = licenses.asl20;
26 maintainers = with maintainers; [ devusb ];