supabase-cli: 1.29.3 -> 1.48.1 (#224941)

This commit is contained in:
Chaoky 2023-04-16 22:06:04 -03:00 committed by GitHub
parent 123b0a2f18
commit 4236b2245d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "supabase-cli";
version = "1.29.3";
version = "1.48.1";
src = fetchFromGitHub {
owner = "supabase";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-VA2OU2lnrbqNrQgyxYz2fh+jrJkHWTIOVrdYBwaK2kI=";
sha256 = "sha256-BTUeGaWWkq1kMGInpu/zlJ7lFSSoiPlTDS/jjKe/uD4=";
};
vendorSha256 = "sha256-pzbwHnUCZkHmj+ZKJJ3zGG1pVHYlvoMMF3jx9FYg01U=";
vendorSha256 = "sha256-PAsmUEw6nI2KTrvPCn2Dxm3mrM6f/O4i8P6P0UuDXzo=";
ldflags = [ "-s" "-w" "-X" "github.com/supabase/cli/cmd.version=${version}" ];
@ -25,7 +25,7 @@ buildGoModule rec {
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
rm $out/bin/{codegen,docgen,listdep}
rm $out/bin/{codegen,docs,listdep}
mv $out/bin/{cli,supabase}
installShellCompletion --cmd supabase \