13 src = fetchFromGitHub {
17 hash = "sha256-XPfqb1kO4sJbREZhCJ/FMTNeNtooqSWQJvNPjjS/gAE=";
20 vendorHash = "sha256-em1dBnNHsVPI7owd2gjERcJnrQbiVtZGtIqnFyker6M=";
25 "-X github.com/supabase/auth/internal/utilities.Version=${version}"
28 # integration tests require network to connect to postgres database
31 passthru.tests.version = testers.testVersion {
32 package = gotrue-supabase;
33 command = "auth version";
38 homepage = "https://github.com/supabase/auth";
39 description = "JWT based API for managing users and issuing JWT tokens";
41 changelog = "https://github.com/supabase/auth/releases/tag/v${version}";
42 license = licenses.mit;
43 maintainers = with maintainers; [ urandom ];