kubedb-cli: 0.30.0 -> 0.33.0

This commit is contained in:
R. Ryantm 2023-04-09 16:54:38 +00:00
parent c29ccca1a3
commit 70720cd0c4

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kubedb-cli";
version = "0.30.0";
version = "0.33.0";
src = fetchFromGitHub {
owner = "kubedb";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-i8kv/YzEWAFQJwIkwot2huIEAZYMUGQqSak4nUMRjn4=";
sha256 = "sha256-J5eEyLoeYC4JhreuN+ymeVMfnyf9ADL08FpnpmRy1vI=";
};
vendorSha256 = null;
vendorHash = null;
# Don't compile the documentation stuff
subPackages = [ "cmd/kubectl-dba" ];