Skip to content

Commit

Permalink
nhost-cli: 1.28.3 -> 1.29.0 (#375787)
Browse files Browse the repository at this point in the history
Co-authored-by: Moraxyc <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and Moraxyc authored Jan 22, 2025
2 parents 8e25cdf + 98fafa6 commit 092568b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.28.3";
version = "1.29.0";

src = fetchFromGitHub {
owner = "nhost";
repo = "cli";
tag = "v${version}";
hash = "sha256-RLWS7/SI2duolOdXKEKCpZHGne+Cl6ALLOznrvAUd6Q=";
hash = "sha256-K1nP5cdQBEEDLLNsMH+xCKDaBuF11cdiYuYFT0xJZqc=";
};

vendorHash = null;
Expand Down

0 comments on commit 092568b

Please sign in to comment.