Skip to content

Commit f16bb6e

Browse files
nhost-cli: 1.29.1 -> 1.29.3 (#382678)
Co-authored-by: Moraxyc <[email protected]>
2 parents b0703a0 + 2c782b2 commit f16bb6e

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.29.1";
9+
version = "1.29.3";
1010

1111
src = fetchFromGitHub {
1212
owner = "nhost";
1313
repo = "cli";
1414
tag = "v${version}";
15-
hash = "sha256-WuDAHZVY7zleDBcHiT5nVgiIDvxT/LD3PM+gEREQjL0=";
15+
hash = "sha256-CboqEkN8/a/cE6SQ9m1neQznvO88M6ppWtEc7m/EEjI=";
1616
};
1717

1818
vendorHash = null;

0 commit comments

Comments
 (0)