kubedb-cli: 0.50.0 -> 0.51.0

This commit is contained in:
R. Ryantm
2025-01-09 03:52:45 +00:00
parent 5408294b16
commit a7e0e338ef
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "kubedb-cli";
version = "0.50.0";
version = "0.51.0";
src = fetchFromGitHub {
owner = "kubedb";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-9LHDf2la4cAnppv1yS1wUob87mjsfR7SGfuxiFtICqA=";
sha256 = "sha256-6AhL3IBAQ9Mngquh7XbnXEb4jDX1k2d3bwKBFRhEzHA=";
};
vendorHash = null;