Merge pull request #225459 from r-ryantm/auto-update/kubedb-cli

kubedb-cli: 0.30.0 -> 0.33.0
This commit is contained in:
Mario Rodas 2023-04-10 09:34:54 -05:00 committed by GitHub
commit 3a31b0c81e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" ];