gotrue-supabase: 2.40.2 -> 2.41.0

This commit is contained in:
R. Ryantm 2023-01-18 19:47:46 +00:00
parent f46ee73ba6
commit 367b935e96

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gotrue";
version = "2.40.2";
version = "2.41.0";
src = fetchFromGitHub {
owner = "supabase";
repo = pname;
rev = "v${version}";
hash = "sha256-y2YQDgILH9JRsSjVaGDtwKXdWhTF/Idq6TPytnxsPyE=";
hash = "sha256-LqVFKpDlUqkjurFmeZ2YCuF3W1V3R5Dnw/5k1O0qjSc=";
};
vendorHash = "sha256-3dXfg9tblPx9V5LzzVm3UtCwGcPIAm2MaKm9JQi69mU=";