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

kubedb-cli: 0.21.0 -> 0.22.0
This commit is contained in:
Thiago Kenji Okada 2021-11-13 19:40:10 -03:00 committed by GitHub
commit af81d7c239
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.21.0";
version = "0.22.0";
src = fetchFromGitHub {
owner = "kubedb";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-7e1VQ9uXNj6Lmnl1IXHLcADSLuK7Jgiww8acxtD4xFM=";
sha256 = "sha256-pAvaScbwGJMW3iFS26D71nImWsXcEVx7ONUP82f6QDQ=";
};
vendorSha256 = null;