Skip to content

Commit 3baa62b

Browse files
supabase-cli: 2.17.0 -> 2.20.1 (#390401)
Co-authored-by: kashw2 <[email protected]>
2 parents 49413d8 + dba164f commit 3baa62b

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.17.0";
13+
version = "2.20.1";
1414

1515
src = fetchFromGitHub {
1616
owner = "supabase";
1717
repo = "cli";
1818
rev = "v${version}";
19-
hash = "sha256-NkXtpymrEBw5fMaRo1fvcoePuOw0sAROLL5NJsrHELE=";
19+
hash = "sha256-AfRO1dFXy5uvMJR09OWc+TfK6PUQi+fC1ZC5FATKmoU=";
2020
};
2121

22-
vendorHash = "sha256-2r1dYUOEA7uj7ZyShz6cgL8Vc6TFKfPp4863i+7x7Ik=";
22+
vendorHash = "sha256-3n2j8zGWudnYLOWn8p/vc4sD/WB7rQxNzZU6CY4Ybik=";
2323

2424
ldflags = [
2525
"-s"

0 commit comments

Comments
 (0)