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

nhost-cli: 1.18.2 -> 1.18.3
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-18 23:22:07 +00:00 committed by GitHub
commit be78c19514
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.2";
version = "1.18.3";
src = fetchFromGitHub {
owner = "nhost";
repo = "cli";
rev = "v${version}";
hash = "sha256-WIkuYmNXpKLsHY6de6PDa56NFTkgpXt1aGouJrEiyUo=";
hash = "sha256-TYi0Cth4GWEIT9QRUC4z3Uwnh4EmywY+XCOM5oJP+4g=";
};
vendorHash = null;