Skip to content

Commit

Permalink
chore: update nhost cli to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jan 25, 2024
1 parent 6c0e433 commit cf8e17c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,24 @@
checks = {
nix-tests = nix-lib.check { src = nix-src; };
};

devShells = flake-utils.lib.flattenTree {
default = pkgs.mkShell {
buildInputs = with pkgs; [
go
golangci-lint
mockgen
golines
govulncheck
gqlgen
gqlgenc
oapi-codegen
nhost-cli
postgresql_146
postgresql_146-client
];
};
};

});
}
6 changes: 3 additions & 3 deletions overlays/nhost-cli.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ final }:
let
version = "v1.12.0";
version = "v1.13.0";
dist = {
aarch64-darwin = rec {
url = "https://github.com/nhost/cli/releases/download/${version}/cli-${version}-darwin-arm64.tar.gz";
sha256 = "sha256-aXKVUNjMJOGrLsxrMj21DGhfoz7nOv+iGJyAM5EZGAM=";
sha256 = "0g7zq4qc2jvkj1kd9kd2y1j1hjbpcylg7p8v8v3nhnyvk9li0vgn";
};
x86_64-linux = rec {
url = "https://github.com/nhost/cli/releases/download/${version}/cli-${version}-linux-amd64.tar.gz";
sha256 = "0jldxll6qm2c56aki5rbdn0z47g3pmvrk95gf5lsfqq28dvnymgw";
sha256 = "13fr478klqbdbkdw3dwv1yhpz57zcj7jr2lp39cvac81187lgrz7";
};
};

Expand Down

0 comments on commit cf8e17c

Please sign in to comment.