supabase-cli: 1.86.1 -> 1.88.0

This commit is contained in:
kashw2 2023-09-01 14:57:43 +10:00
parent 9d33ec8065
commit d73891245e

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "supabase-cli";
version = "1.86.1";
version = "1.88.0";
src = fetchFromGitHub {
owner = "supabase";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-JAs0PScCWsE82cxhUWKjl3fB1EqwR9nh/ESbPd63mc0=";
hash = "sha256-OgeKr0xSWp83Ri3WBNsY3TL6tAWsMtsEdD6KeKdPdCw=";
};
vendorSha256 = "sha256-efcgpxvhHe6KtNfNYYc5fYv93fJPf63V39d+5AcCvPQ=";
@ -51,7 +51,7 @@ buildGoModule rec {
description = "A CLI for interacting with supabase";
homepage = "https://github.com/supabase/cli";
license = licenses.mit;
maintainers = with maintainers; [ gerschtli ];
maintainers = with maintainers; [ gerschtli kashw2 ];
mainProgram = "supabase";
};
}