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

kubedb-cli: 0.44.0 -> 0.45.0
This commit is contained in:
Nick Cao 2024-04-28 10:45:54 -04:00 committed by GitHub
commit a6da461b20
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.44.0";
version = "0.45.0";
src = fetchFromGitHub {
owner = "kubedb";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-ppsGSzgJvAHRGs6PGPNgE7nDbK8SPYBPNbAlGwocAZs=";
sha256 = "sha256-4kmXz8dTxCaGbuAo3zK27BhUrecInwJCu9XOuiQY48A=";
};
vendorHash = null;