supabase-cli: 2.23.7 -> 2.33.9 (#431891)

This commit is contained in:
Yohann Boniface
2025-08-15 23:34:34 +02:00
committed by GitHub
+4 -3
View File
@@ -16,10 +16,10 @@ buildGoModule rec {
owner = "supabase";
repo = "cli";
rev = "v${version}";
hash = "sha256-djzeqSaDTAK8WR3y7hpDk6NpuGlGLMxLvgSTH1IvlWw=";
hash = "sha256-bH/ifvyeZ57GRBzqa9efMKBs5/6U5O10gwpOsDt1Mdc=";
};
vendorHash = "sha256-sjF0NEea51CKPWuZZHsDVZDtQaYz/94qM5iYwPb3jNo=";
vendorHash = "sha256-8gqUlnfyQ41IRa65jBs8SO9bLIE+Rh0iypZt5Ll3wtg=";
ldflags = [
"-s"
@@ -27,12 +27,13 @@ buildGoModule rec {
"-X=github.com/supabase/cli/internal/utils.Version=${version}"
];
subPackages = [ "." ];
doCheck = false; # tests are trying to connect to localhost
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
rm $out/bin/{docs,listdep}
mv $out/bin/{cli,supabase}
installShellCompletion --cmd supabase \