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

nhost-cli: 1.20.0 -> 1.21.0
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-08-08 08:09:33 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nhost-cli";
version = "1.20.0";
version = "1.21.0";
src = fetchFromGitHub {
owner = "nhost";
repo = "cli";
rev = "v${version}";
hash = "sha256-FrAyK50D0EbGygg7R8KX2LxuS8y2B+6i3F6olLuAqDM=";
hash = "sha256-xnSIWDKWi4weMjs8WOVqJ77DGqtw/EhLAmVa8CNjXb0=";
};
vendorHash = null;