Merge pull request #244206 from r-ryantm/auto-update/gotrue-supabase

gotrue-supabase: 2.82.2 -> 2.83.1
This commit is contained in:
Nick Cao 2023-07-18 19:18:06 -06:00 committed by GitHub
commit ce60e62bc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gotrue";
version = "2.82.2";
version = "2.83.1";
src = fetchFromGitHub {
owner = "supabase";
repo = pname;
rev = "v${version}";
hash = "sha256-x/ae7iTfwyEJ7JwNr6US+LJfVt1rZSGpf26LN5MU52o=";
hash = "sha256-3H2B6gEL9qatR49P+0E+O0EDd+uylb0nDETqxW+XuFY=";
};
vendorHash = "sha256-eG6zB/nfsYYvvLf5i8AySkTfXv9rIGTTmyMA4PtcGjg=";