supabase-cli: 1.29.3 -> 1.48.1 (#224941)
This commit is contained in:
parent
123b0a2f18
commit
4236b2245d
1 changed files with 4 additions and 4 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue