nhost-cli: 1.29.1 -> 1.29.3 (#382678)

Co-authored-by: Moraxyc <Moraxyc@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-02-17 00:14:58 +00:00 committed by GitHub
commit f16bb6e46d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildGoModule rec { buildGoModule rec {
pname = "nhost-cli"; pname = "nhost-cli";
version = "1.29.1"; version = "1.29.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nhost"; owner = "nhost";
repo = "cli"; repo = "cli";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-WuDAHZVY7zleDBcHiT5nVgiIDvxT/LD3PM+gEREQjL0="; hash = "sha256-CboqEkN8/a/cE6SQ9m1neQznvO88M6ppWtEc7m/EEjI=";
}; };
vendorHash = null; vendorHash = null;