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

kubedb-cli: 0.29.0 -> 0.30.0
This commit is contained in:
Weijia Wang 2023-01-26 06:01:32 +01:00 committed by GitHub
commit efcb237898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubedb-cli";
version = "0.29.0";
version = "0.30.0";
src = fetchFromGitHub {
owner = "kubedb";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-MVvhXvf/R7Cku8S4zbs1MlH4NuEwkxCsbbc2ASCF67c=";
sha256 = "sha256-i8kv/YzEWAFQJwIkwot2huIEAZYMUGQqSak4nUMRjn4=";
};
vendorSha256 = null;