Skip to content

Commit 58f9c89

Browse files
committed
supabase-cli: 2.0.6 → 2.1.2
Diff: <supabase/cli@v2.0.6...v2.1.1>
1 parent bda6fca commit 58f9c89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/su/supabase-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
buildGoModule rec {
1212
pname = "supabase-cli";
13-
version = "2.0.6";
13+
version = "2.1.2";
1414

1515
src = fetchFromGitHub {
1616
owner = "supabase";
1717
repo = "cli";
1818
rev = "v${version}";
19-
hash = "sha256-g0p4wonFAveezkM9rym1YETPnJW6Zna4agLUzLkZ7cs=";
19+
hash = "sha256-lSmB+UC/dJzrK5C9o+11Hq/ZzbJrzofqaqc0JSy9pxE=";
2020
};
2121

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

2424
ldflags = [
2525
"-s"

0 commit comments

Comments
 (0)