kubedb-cli: 0.28.0 -> 0.29.0

This commit is contained in:
R. Ryantm 2022-10-16 16:38:59 +00:00 committed by Bobby Rong
parent e600888b7b
commit a56c823d51

View file

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