nhost-cli: 1.29.0 -> 1.29.1

This commit is contained in:
R. Ryantm
2025-02-03 02:30:59 +00:00
parent 6319929dc6
commit 56b4d2823c
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nhost-cli";
version = "1.29.0";
version = "1.29.1";
src = fetchFromGitHub {
owner = "nhost";
repo = "cli";
tag = "v${version}";
hash = "sha256-K1nP5cdQBEEDLLNsMH+xCKDaBuF11cdiYuYFT0xJZqc=";
hash = "sha256-WuDAHZVY7zleDBcHiT5nVgiIDvxT/LD3PM+gEREQjL0=";
};
vendorHash = null;