Unverified Commit 5a82dc34 authored by Moraxyc's avatar Moraxyc
Browse files

nhost-cli: 1.24.5 -> 1.27.0

parent df76cd6a
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "nhost-cli";
  version = "1.24.5";
  version = "1.27.0";

  src = fetchFromGitHub {
    owner = "nhost";
    repo = "cli";
    rev = "v${version}";
    hash = "sha256-/NkegGp+JoJWPIkO3YKp/aZ6Yp5tcjnRCONY0GHe+HI=";
    rev = "refs/tags/v${version}";
    hash = "sha256-XYa7dCAeWS6sc2MovOUnG9j6Bd09JMHzCFpGdvo2nmI=";
  };

  vendorHash = null;
@@ -27,6 +27,7 @@ buildGoModule rec {
    mv $out/bin/cli $out/bin/nhost
  '';

  # require network access
  checkFlags = [ "-skip=^TestMakeJSONRequest$" ];

  meta = {