Merge pull request #252694 from kashw2/supabase-cli
supabase-cli: 1.86.1 -> 1.88.0
This commit is contained in:
commit
7a2929bdb6
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user