nhost-cli: 1.29.6 -> 1.29.7

This commit is contained in:
R. Ryantm
2025-05-17 17:24:56 +00:00
parent 2c25b7b552
commit 5f9a754f2b
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nhost-cli";
version = "1.29.6";
version = "1.29.7";
src = fetchFromGitHub {
owner = "nhost";
repo = "cli";
tag = "v${version}";
hash = "sha256-h5M6OZ22/fb6sI536/+n164jHgxQD5Z1ds2dcDj1IjI=";
hash = "sha256-CQWPDhHPKo2MYWQnVG07JBMzQLwWwDOWAcOc/3Ovr1M=";
};
vendorHash = null;