Skip to content

Commit 0bdf465

Browse files
nhost-cli: 1.29.6 -> 1.29.7 (#408062)
Co-authored-by: Moraxyc <[email protected]>
2 parents 3f4a4ff + 5f9a754 commit 0bdf465

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

1111
src = fetchFromGitHub {
1212
owner = "nhost";
1313
repo = "cli";
1414
tag = "v${version}";
15-
hash = "sha256-h5M6OZ22/fb6sI536/+n164jHgxQD5Z1ds2dcDj1IjI=";
15+
hash = "sha256-CQWPDhHPKo2MYWQnVG07JBMzQLwWwDOWAcOc/3Ovr1M=";
1616
};
1717

1818
vendorHash = null;

0 commit comments

Comments
 (0)