mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
gotrue-supabase: fix version
This commit is contained in:
parent
bb351a3b5e
commit
8d3ecfc309
@ -21,7 +21,7 @@ buildGoModule rec {
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
"-X=github.com/netlify/gotrue/internal/utilities.Version=${version}"
|
||||
"-X github.com/supabase/gotrue/internal/utilities.Version=${version}"
|
||||
];
|
||||
|
||||
# integration tests require network to connect to postgres database
|
||||
|
Loading…
Reference in New Issue
Block a user