nhost-cli: 1.29.5 -> 1.29.6

This commit is contained in:
R. Ryantm 2025-05-06 13:34:46 +00:00
parent e0d91bd47c
commit a2cc556163

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nhost-cli";
version = "1.29.5";
version = "1.29.6";
src = fetchFromGitHub {
owner = "nhost";
repo = "cli";
tag = "v${version}";
hash = "sha256-x6/hPW8sD/wwgjlA6+Cz3t3c7KICD/bhzz5yfks/In8=";
hash = "sha256-h5M6OZ22/fb6sI536/+n164jHgxQD5Z1ds2dcDj1IjI=";
};
vendorHash = null;