gotrue-supabase: 2.168.0 -> 2.169.0

This commit is contained in:
R. Ryantm 2025-01-31 00:13:34 +00:00
parent 06d633e659
commit e1449e6042

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "auth";
version = "2.168.0";
version = "2.169.0";
src = fetchFromGitHub {
owner = "supabase";
repo = "auth";
rev = "v${version}";
hash = "sha256-XPfqb1kO4sJbREZhCJ/FMTNeNtooqSWQJvNPjjS/gAE=";
hash = "sha256-SPX4cdzz72Vd0d4fukxgZYQvESiXBzTKGEkDI5+tj04=";
};
vendorHash = "sha256-em1dBnNHsVPI7owd2gjERcJnrQbiVtZGtIqnFyker6M=";