gotrue-supabase: 2.42.0 -> 2.42.2

This commit is contained in:
R. Ryantm 2023-02-02 13:09:04 +00:00
parent dc109a3192
commit e4c1263135

View File

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