Skip to content

Commit

Permalink
supabase: 2.0.6 → 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Dec 18, 2024
1 parent bda6fca commit 53ed2ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/su/supabase-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildGoModule rec {
pname = "supabase-cli";
version = "2.0.6";
version = "2.1.2";

src = fetchFromGitHub {
owner = "supabase";
repo = "cli";
rev = "v${version}";
hash = "sha256-g0p4wonFAveezkM9rym1YETPnJW6Zna4agLUzLkZ7cs=";
hash = "sha256-lSmB+UC/dJzrK5C9o+11Hq/ZzbJrzofqaqc0JSy9pxE=";
};

vendorHash = "sha256-u4zglwqggZAHswdA9re20Pka+d4fzTiN7VEcbD+AN9c=";
vendorHash = "sha256-WygbrpE+FIWBs2Q34EAFlOm458vqnuIy+seZb+4Wf+I=";

ldflags = [
"-s"
Expand Down

0 comments on commit 53ed2ba

Please sign in to comment.