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

This commit is contained in:
Martin Weinelt 2022-08-12 12:13:17 +02:00 committed by GitHub
commit a6843665ac
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.27.0";
version = "0.28.0";
src = fetchFromGitHub {
owner = "kubedb";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-1mxSW1mL2GwVfyh6QfybCRL0GTO4kVyck1Uhjjfo7Wo=";
sha256 = "sha256-fSJ9IIuyOuKmpklw7uh1NKM3Pr5epJefYBJ3udeC5sE=";
};
vendorSha256 = null;