kubedb-cli: 0.63.0 -> 0.64.0

This commit is contained in:
R. Ryantm
2026-04-22 19:52:03 +00:00
parent 5fbed93b08
commit 31bfe8581e
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "kubedb-cli";
version = "0.63.0";
version = "0.64.0";
src = fetchFromGitHub {
owner = "kubedb";
repo = "cli";
tag = "v${version}";
hash = "sha256-RhRpKUBlsswPStUoZQ9mFkMst77t4t7OodILaC4tHV0=";
hash = "sha256-BkXUkL3bZg5g0ufGqL+QZ44ZXKMp5O8Ib9TjkBoQaaM=";
};
vendorHash = null;