Merge pull request #324979 from thenbe/supabase-cli-1.183.0

supabase-cli: 1.169.5 -> 1.183.0
This commit is contained in:
Weijia Wang 2024-07-07 02:10:12 +02:00 committed by GitHub
commit 73f1bec04c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "supabase-cli";
version = "1.169.5";
version = "1.183.0";
src = fetchFromGitHub {
owner = "supabase";
repo = "cli";
rev = "v${version}";
hash = "sha256-H0y/eBmUG5nT/EsF1iC5hbhRBhR8jwwxlYav4Q7bSqM=";
hash = "sha256-IQB3CGH7l8hHvZ6+wPyW3eDkbNWkT5SFz2xkak9Yao0=";
};
vendorHash = "sha256-wZ+yYPwmePKMfYTve3Ha7teSx1mlHLnc1ZaZE6ZEdu4=";
vendorHash = "sha256-BK1ryal5ptOQ4Z0SyaNj452QFH871igiuMJKg/w5IiU=";
ldflags = [
"-s"
@ -31,7 +31,7 @@ buildGoModule rec {
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
rm $out/bin/{codegen,docs,listdep}
rm $out/bin/{docs,listdep}
mv $out/bin/{cli,supabase}
installShellCompletion --cmd supabase \