Skip to content

Commit

Permalink
nhost-cli: 1.27.1 -> 1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Moraxyc committed Dec 7, 2024
1 parent d5d6b11 commit f05c2b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/nh/nhost-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildGoModule rec {
pname = "nhost-cli";
version = "1.27.1";
version = "1.28.1";

src = fetchFromGitHub {
owner = "nhost";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-31YkO0zvAp470pQQKapkwXnk6uDmzIZlLMQVsPhGaZ4=";
tag = "v${version}";
hash = "sha256-bktz8ummBML8y//KnAQsOzwX+OO3ntiUkw8RG3PnGXg=";
};

vendorHash = null;
Expand Down

0 comments on commit f05c2b5

Please sign in to comment.