nhost-cli: 1.24.0 -> 1.24.5 (#349986)
This commit is contained in:
commit
607f6c1134
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user