gotrue-supabase: 2.41.4 -> 2.42.0

This commit is contained in:
R. Ryantm
2023-01-28 10:31:06 +00:00
parent 6f43bc64d7
commit 81928e708f
+2 -2
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=";