Unverified Commit f7e150f4 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents 8e1dc227 88eec998
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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 \