Merge pull request #249445 from r-ryantm/auto-update/supabase-cli

supabase-cli: 1.83.5 -> 1.86.1
This commit is contained in:
Nick Cao 2023-08-15 22:52:50 -06:00 committed by GitHub
commit 7645b959b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "supabase-cli";
version = "1.83.5";
version = "1.86.1";
src = fetchFromGitHub {
owner = "supabase";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-rTM8DRFMDBG+bLMlKwQimacYD2is5SxAg52ff37sz5Q=";
sha256 = "sha256-JAs0PScCWsE82cxhUWKjl3fB1EqwR9nh/ESbPd63mc0=";
};
vendorSha256 = "sha256-/jYZp0bZUIHUn2Tmbgrpvz3mTQt3rF14wbcvWhEUAzw=";
vendorSha256 = "sha256-efcgpxvhHe6KtNfNYYc5fYv93fJPf63V39d+5AcCvPQ=";
ldflags = [
"-s"