Skip to content

Commit b11943b

Browse files
authored
nhost-cli: 1.24.5 -> 1.27.0 (#352589)
2 parents 82f6fe5 + 5a82dc3 commit b11943b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/by-name/nh/nhost-cli/package.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildGoModule rec {
88
pname = "nhost-cli";
9-
version = "1.24.5";
9+
version = "1.27.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "nhost";
1313
repo = "cli";
14-
rev = "v${version}";
15-
hash = "sha256-/NkegGp+JoJWPIkO3YKp/aZ6Yp5tcjnRCONY0GHe+HI=";
14+
rev = "refs/tags/v${version}";
15+
hash = "sha256-XYa7dCAeWS6sc2MovOUnG9j6Bd09JMHzCFpGdvo2nmI=";
1616
};
1717

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

30+
# require network access
3031
checkFlags = [ "-skip=^TestMakeJSONRequest$" ];
3132

3233
meta = {

0 commit comments

Comments
 (0)