12 src = fetchFromGitHub {
16 hash = "sha256-Y+A8uYC6FUmAgD4TMXShhknVdlmSZ5UwiqEfJUEpq6k=";
19 vendorHash = "sha256-Tg2X4vLuff5XTegDl4vrbvCycbuq4BgEq+O5FhWO+Ds=";
24 "-X github.com/supabase/auth/internal/utilities.Version=${version}"
27 # integration tests require network to connect to postgres database
30 passthru.tests.version = testers.testVersion {
31 package = gotrue-supabase;
32 command = "auth version";
37 homepage = "https://github.com/supabase/auth";
38 description = "JWT based API for managing users and issuing JWT tokens";
40 changelog = "https://github.com/supabase/auth/releases/tag/v${version}";
41 license = licenses.mit;
42 maintainers = with maintainers; [ urandom ];