We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0703a0 + 2c782b2 commit f16bb6eCopy full SHA for f16bb6e
pkgs/by-name/nh/nhost-cli/package.nix
@@ -6,13 +6,13 @@
6
7
buildGoModule rec {
8
pname = "nhost-cli";
9
- version = "1.29.1";
+ version = "1.29.3";
10
11
src = fetchFromGitHub {
12
owner = "nhost";
13
repo = "cli";
14
tag = "v${version}";
15
- hash = "sha256-WuDAHZVY7zleDBcHiT5nVgiIDvxT/LD3PM+gEREQjL0=";
+ hash = "sha256-CboqEkN8/a/cE6SQ9m1neQznvO88M6ppWtEc7m/EEjI=";
16
};
17
18
vendorHash = null;
0 commit comments