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

This commit is contained in:
Artturi 2021-09-14 17:24:52 +03:00 committed by GitHub
commit 9cdca6ace6
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.20.0";
version = "0.21.0";
src = fetchFromGitHub {
owner = "kubedb";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-E8oI0qBDS6CcA5ZDGs1YVt/BPEfUzCrt5aaqfHAXukI=";
sha256 = "sha256-7e1VQ9uXNj6Lmnl1IXHLcADSLuK7Jgiww8acxtD4xFM=";
};
vendorSha256 = null;