gotrue-supabase: 2.161.0 -> 2.163.2

This commit is contained in:
R. Ryantm 2024-10-27 10:09:38 +00:00
parent 79ed655a86
commit fa0abe4f94

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "auth";
version = "2.161.0";
version = "2.163.2";
src = fetchFromGitHub {
owner = "supabase";
repo = "auth";
rev = "v${version}";
hash = "sha256-+tWCA1FGmvqivYI/wqaVY0zJKwqUqpZfotuHhHmuDwc=";
hash = "sha256-Y+A8uYC6FUmAgD4TMXShhknVdlmSZ5UwiqEfJUEpq6k=";
};
vendorHash = "sha256-nmvZKkSfOflsrcos3cCZHrq4DVF23TQG9kST0AcjN7E=";
vendorHash = "sha256-Tg2X4vLuff5XTegDl4vrbvCycbuq4BgEq+O5FhWO+Ds=";
ldflags = [
"-s"