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

nhost-cli: 1.18.1 -> 1.18.2
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-10 17:37:19 +00:00 committed by GitHub
commit 53b6baae18
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.18.1";
version = "1.18.2";
src = fetchFromGitHub {
owner = "nhost";
repo = "cli";
rev = "v${version}";
hash = "sha256-B0kkbRwL808+p6WwvitxY+6FvnjkNN7NFSSYpNJNOrk=";
hash = "sha256-WIkuYmNXpKLsHY6de6PDa56NFTkgpXt1aGouJrEiyUo=";
};
vendorHash = null;