gotrue-supabase: 2.177.0 -> 2.178.0

This commit is contained in:
R. Ryantm 2025-08-06 14:15:37 +00:00
parent 1fc1fb2700
commit 4ac2f4a537

View File

@ -8,16 +8,16 @@
buildGoModule rec { buildGoModule rec {
pname = "auth"; pname = "auth";
version = "2.177.0"; version = "2.178.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "supabase"; owner = "supabase";
repo = "auth"; repo = "auth";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Ug0Kg6h4VrN1gXo7OmpLj5CLQcj/0tYQh5hGVIjXwhY="; hash = "sha256-slWPSlyiAxaxT0zXQrMCCfpVFeU3bWqflDu3n5WBGsk=";
}; };
vendorHash = "sha256-AU14lvEQQx9JCb1awSo+h63QY0k2v7QibYP8kidfJ8A="; vendorHash = "sha256-1SUih8uhHvxVf+gp5S4MJZctoxyUct3e/rRK/cZEfEI=";
ldflags = [ ldflags = [
"-s" "-s"