kubedb-cli 0.30.0 -> 0.33.0 https://github.com/kubedb/cli/releases attrpath: kubedb-cli Checking auto update branch... No auto update branch exists Old version 0.30.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "kubedb-cli"; version = "0.33.0"; src = fetchFromGitHub { owner = "kubedb"; repo = "cli"; rev = "v${version}"; sha256 = "sha256-J5eEyLoeYC4JhreuN+ymeVMfnyf9ADL08FpnpmRy1vI="; }; vendorHash = null; # Don't compile the documentation stuff subPackages = [ "cmd/kubectl-dba" ]; meta = with lib; { description = "kubectl plugin for KubeDB by AppsCode."; homepage = "https://github.com/kubedb/cli"; license = licenses.unfree; maintainers = [ maintainers.starcraft66 ]; }; }