Merge pull request #326035 from r-ryantm/auto-update/nhost-cli

nhost-cli: 1.18.3 -> 1.20.0
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-07-10 10:17:01 +00:00
committed by GitHub
+2 -2
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;