nhost-cli: 1.29.7 -> 1.29.8

This commit is contained in:
R. Ryantm 2025-05-30 13:22:55 +00:00
parent 1c7b92be21
commit 894ccedc42

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nhost-cli";
version = "1.29.7";
version = "1.29.8";
src = fetchFromGitHub {
owner = "nhost";
repo = "cli";
tag = "v${version}";
hash = "sha256-CQWPDhHPKo2MYWQnVG07JBMzQLwWwDOWAcOc/3Ovr1M=";
hash = "sha256-y+I0BN41WsiUTg//7PMEi24esYsldpmk0/hGtjs8kdA=";
};
vendorHash = null;