mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
nhost-cli: 1.24.5 -> 1.27.0
This commit is contained in:
parent
df76cd6ae1
commit
5a82dc34b0
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user