nhost-cli: 1.18.3 -> 1.20.0

This commit is contained in:
R. Ryantm 2024-07-10 06:09:54 +00:00
parent 655a58a72a
commit 7c11777bd8

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nhost-cli";
version = "1.18.3";
version = "1.20.0";
src = fetchFromGitHub {
owner = "nhost";
repo = "cli";
rev = "v${version}";
hash = "sha256-TYi0Cth4GWEIT9QRUC4z3Uwnh4EmywY+XCOM5oJP+4g=";
hash = "sha256-FrAyK50D0EbGygg7R8KX2LxuS8y2B+6i3F6olLuAqDM=";
};
vendorHash = null;