We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda6fca commit 58f9c89Copy full SHA for 58f9c89
pkgs/by-name/su/supabase-cli/package.nix
@@ -10,16 +10,16 @@
10
11
buildGoModule rec {
12
pname = "supabase-cli";
13
- version = "2.0.6";
+ version = "2.1.2";
14
15
src = fetchFromGitHub {
16
owner = "supabase";
17
repo = "cli";
18
rev = "v${version}";
19
- hash = "sha256-g0p4wonFAveezkM9rym1YETPnJW6Zna4agLUzLkZ7cs=";
+ hash = "sha256-lSmB+UC/dJzrK5C9o+11Hq/ZzbJrzofqaqc0JSy9pxE=";
20
};
21
22
- vendorHash = "sha256-u4zglwqggZAHswdA9re20Pka+d4fzTiN7VEcbD+AN9c=";
+ vendorHash = "sha256-WygbrpE+FIWBs2Q34EAFlOm458vqnuIy+seZb+4Wf+I=";
23
24
ldflags = [
25
"-s"
0 commit comments