nhost-cli: 1.24.0 -> 1.24.5 (#349986)

This commit is contained in:
Aleksana 2024-10-27 17:36:52 +08:00 committed by GitHub
commit 607f6c1134
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.24.0";
version = "1.24.5";
src = fetchFromGitHub {
owner = "nhost";
repo = "cli";
rev = "v${version}";
hash = "sha256-8kul3tiwEJF6Pu1os29MteeYP+85X9hH12MojMpW9bY=";
hash = "sha256-/NkegGp+JoJWPIkO3YKp/aZ6Yp5tcjnRCONY0GHe+HI=";
};
vendorHash = null;
@ -27,9 +27,12 @@ buildGoModule rec {
mv $out/bin/cli $out/bin/nhost
'';
checkFlags = [ "-skip=^TestMakeJSONRequest$" ];
meta = {
description = "A tool for setting up a local development environment for Nhost";
description = "Tool for setting up a local development environment for Nhost";
homepage = "https://github.com/nhost/cli";
changelog = "https://github.com/nhost/cli/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ moraxyc ];
mainProgram = "nhost";