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

kubedb-cli: 0.46.0 -> 0.47.0
This commit is contained in:
Nick Cao 2024-08-22 16:37:17 -04:00 committed by GitHub
commit 7bec6fc5fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kubedb-cli";
version = "0.46.0";
version = "0.47.0";
src = fetchFromGitHub {
owner = "kubedb";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-U5BRkH0jqTEBYtiT93YP/UpQYekPjAHEGl59HPk7TfQ=";
sha256 = "sha256-C106krMg4vtRe78hh6emAGBxEApfc5ZorRgTtH+QZ9g=";
};
vendorHash = null;