Merge pull request #241412 from r-ryantm/auto-update/gotrue-supabase

gotrue-supabase: 2.77.1 -> 2.78.0
This commit is contained in:
Nick Cao 2023-07-04 14:46:02 +08:00 committed by GitHub
commit 94fea4ff82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gotrue";
version = "2.77.1";
version = "2.78.0";
src = fetchFromGitHub {
owner = "supabase";
repo = pname;
rev = "v${version}";
hash = "sha256-/CHbs/GZt8E+/XVTJWQZeEpIRHYO1pQ0u5h9tOQSFdg=";
hash = "sha256-1BINewYK6dDyzhrt3lhTb3KeYm2xlux3nyQOO348CMM=";
};
vendorHash = "sha256-S/uedmoqTOmbIeotdky+s/eENDi2knKIW0rMMcQr2zU=";