gotrue-supabase: 2.67.1 -> 2.69.1

This commit is contained in:
R. Ryantm 2023-05-26 10:06:14 +00:00
parent c957c3ace5
commit f1b4964b90

View file

@ -7,16 +7,16 @@
buildGoModule rec { buildGoModule rec {
pname = "gotrue"; pname = "gotrue";
version = "2.67.1"; version = "2.69.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "supabase"; owner = "supabase";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-aJQCd4azeEvZiC1MUEPz1siy7ljSqvSYbEvQQHY14KM="; hash = "sha256-OMAicqkwx/9OjM3Q42LOrv2gIkUNV7I9+UGuxNfL39U=";
}; };
vendorHash = "sha256-67IGkVQja1tBNBBV9KCSrQqkF6glvS0GAGZPINiTZu8="; vendorHash = "sha256-gv6ZzteQmx8AwYv6+EbZMSVKttf2T0okQyvfrvKpozM=";
ldflags = [ ldflags = [
"-s" "-s"