gotrue-supabase: 2.166.0 -> 2.167.0

This commit is contained in:
R. Ryantm
2025-01-02 11:16:49 +00:00
parent ce6566efb4
commit 2fd3c5e63d
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "auth";
version = "2.166.0";
version = "2.167.0";
src = fetchFromGitHub {
owner = "supabase";
repo = "auth";
rev = "v${version}";
hash = "sha256-e4PLop+enPt0IkPYRNH0UyZwiBhQKsk0mTFXokGcLug=";
hash = "sha256-L5yhrlbZk5R1f21rLpaskg/CW1ITt51sfgXu0DdSD3M=";
};
vendorHash = "sha256-em1dBnNHsVPI7owd2gjERcJnrQbiVtZGtIqnFyker6M=";