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

gotrue-supabase: 2.41.4 -> 2.42.0
This commit is contained in:
figsoda 2023-01-28 11:02:24 -05:00 committed by GitHub
commit ba8b2baf7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gotrue";
version = "2.41.4";
version = "2.42.0";
src = fetchFromGitHub {
owner = "supabase";
repo = pname;
rev = "v${version}";
hash = "sha256-wHsjCf9TdRZ80l4nGEsLlB4J7pXv65fOv4pfFy3Wp/0=";
hash = "sha256-ZLonPW7lXaBE039R21DWjRBa7xxRnH9rTNu4PDNOWoY=";
};
vendorHash = "sha256-3dXfg9tblPx9V5LzzVm3UtCwGcPIAm2MaKm9JQi69mU=";