gotrue-supabase: 2.174.0 -> 2.175.0

This commit is contained in:
R. Ryantm
2025-06-09 08:47:53 +00:00
parent cc0f2673ae
commit 9c5f9f08ae

View File

@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "auth";
version = "2.174.0";
version = "2.175.0";
src = fetchFromGitHub {
owner = "supabase";
repo = "auth";
rev = "v${version}";
hash = "sha256-NgZt3XAUmbP+kJK4tkyRDQXuGYkW+fnH5zoWYvQ+Fl4=";
hash = "sha256-2tHWisTlNFL1mJEeDD3kG/TWY+w0tjV1dBrl4i8u2C4=";
};
vendorHash = "sha256-AU14lvEQQx9JCb1awSo+h63QY0k2v7QibYP8kidfJ8A=";