Unverified Commit baf2e9b7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #313113 from r-ryantm/auto-update/supabase-cli

supabase-cli: 1.167.4 -> 1.168.1
parents 0fd4fe1c 82a02ca2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

buildGoModule rec {
  pname = "supabase-cli";
  version = "1.167.4";
  version = "1.168.1";

  src = fetchFromGitHub {
    owner = "supabase";
    repo = "cli";
    rev = "v${version}";
    hash = "sha256-QRg7SskWXlNj/ob436aA2DzwSE7Zvp7BO64rNFpgmiM=";
    hash = "sha256-sgc3Nm8K09DYY8CN/UMzLelK10qQrqHfMq+oSq3qPU0=";
  };

  vendorHash = "sha256-X/iYUQDvzd5/BuHEVb40hapYcDVvIlMPwqQUNO6bFNE=";
  vendorHash = "sha256-PNu5eFY4Cfq35hKPTH1gTlc6G5rnD7BKGxhhzZkLfQg=";

  ldflags = [
    "-s"