Skip to content

Commit

Permalink
supabase-cli: 1.202.3 -> 1.210.1 (#351889)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Oct 28, 2024
2 parents 8516735 + 3d7c100 commit e1264f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/supabase-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildGoModule rec {
pname = "supabase-cli";
version = "1.202.3";
version = "1.210.1";

src = fetchFromGitHub {
owner = "supabase";
repo = "cli";
rev = "v${version}";
hash = "sha256-ikwOG2hbip44fStcIXVuZ4Y2hrt9of2jKavp35OJs1I=";
hash = "sha256-QQfuoM+CQIvQarEkfKlca8RBZkreesyjrrfSxrpUlCg=";
};

vendorHash = "sha256-1g+J7IEkslASyLlfk0zxaFVpNtYDmfZPjkHcAiUzQDM=";
vendorHash = "sha256-akNozQxElu+/BA5tDXRUPlMrQ2DBm2i713ZrQbwC4I0=";

ldflags = [
"-s"
Expand Down

0 comments on commit e1264f9

Please sign in to comment.