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

gotrue-supabase: 2.69.2 -> 2.70.0
This commit is contained in:
figsoda 2023-06-11 23:01:42 -04:00 committed by GitHub
commit 3aaac96142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,16 +7,16 @@
buildGoModule rec { buildGoModule rec {
pname = "gotrue"; pname = "gotrue";
version = "2.69.2"; version = "2.70.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "supabase"; owner = "supabase";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Jx9TDTJkf5Bp4VWhJ2j04bqp6zXlrOBriSHLhW414h8="; hash = "sha256-1xOHf5hu0h+Ak4zALmsu1AoQMzeyWVE0l6JH77sZnfo=";
}; };
vendorHash = "sha256-gv6ZzteQmx8AwYv6+EbZMSVKttf2T0okQyvfrvKpozM="; vendorHash = "sha256-ZWY+l8qrtYNul2xAtg9fSmMIS7Z1TlKDTKotwf/fN/4=";
ldflags = [ ldflags = [
"-s" "-s"