nhost-cli: 1.28.3 -> 1.29.0

This commit is contained in:
R. Ryantm
2025-01-22 10:50:07 +00:00
parent a993849e62
commit 98fafa65c9
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nhost-cli";
version = "1.28.3";
version = "1.29.0";
src = fetchFromGitHub {
owner = "nhost";
repo = "cli";
tag = "v${version}";
hash = "sha256-RLWS7/SI2duolOdXKEKCpZHGne+Cl6ALLOznrvAUd6Q=";
hash = "sha256-K1nP5cdQBEEDLLNsMH+xCKDaBuF11cdiYuYFT0xJZqc=";
};
vendorHash = null;