Skip to content

Commit 5f3892e

Browse files
nhost-cli: 1.28.2 -> 1.28.3 (NixOS#372273)
Co-authored-by: Moraxyc <Moraxyc@users.noreply.github.com>
2 parents f3762b9 + 3861c42 commit 5f3892e

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

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

1818
vendorHash = null;

0 commit comments

Comments
 (0)