Skip to content

Commit 092568b

Browse files
nhost-cli: 1.28.3 -> 1.29.0 (NixOS#375787)
Co-authored-by: Moraxyc <[email protected]>
2 parents 8e25cdf + 98fafa6 commit 092568b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

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

1111
src = fetchFromGitHub {
1212
owner = "nhost";
1313
repo = "cli";
1414
tag = "v${version}";
15-
hash = "sha256-RLWS7/SI2duolOdXKEKCpZHGne+Cl6ALLOznrvAUd6Q=";
15+
hash = "sha256-K1nP5cdQBEEDLLNsMH+xCKDaBuF11cdiYuYFT0xJZqc=";
1616
};
1717

1818
vendorHash = null;

0 commit comments

Comments
 (0)