nhost-cli: 1.21.0 -> 1.22.3 (#335831)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-29 15:12:33 +00:00 committed by GitHub
commit cbf0cc0b4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nhost-cli";
version = "1.21.0";
version = "1.22.3";
src = fetchFromGitHub {
owner = "nhost";
repo = "cli";
rev = "v${version}";
hash = "sha256-xnSIWDKWi4weMjs8WOVqJ77DGqtw/EhLAmVa8CNjXb0=";
hash = "sha256-Rpjgsc+pinM440SqnvVHijUP4Y2ArHi4sdalRDWzaJQ=";
};
vendorHash = null;