nhost-cli: 1.29.9 -> 1.31.0 (#422685)

Co-authored-by: Moraxyc <Moraxyc@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-05 11:22:24 +00:00 committed by GitHub
commit f60db648ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nhost-cli";
version = "1.29.9";
version = "1.31.0";
src = fetchFromGitHub {
owner = "nhost";
repo = "cli";
tag = "v${version}";
hash = "sha256-9UxB/tshTwMg4K7K0Fs1Ld96ET6Drg77GJgONj4cRmM=";
hash = "sha256-JMRFvJv/Ynnk0maT27sprTpWjCgGDw0x2sK+woS9uQk=";
};
vendorHash = null;