gotrue-supabase: 2.47.0 -> 2.47.1

This commit is contained in:
R. Ryantm 2023-02-15 04:45:38 +00:00
parent 0621648513
commit 0c9bacbad8

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gotrue";
version = "2.47.0";
version = "2.47.1";
src = fetchFromGitHub {
owner = "supabase";
repo = pname;
rev = "v${version}";
hash = "sha256-ww3tiIIn2Vwhwa5IgkrybnWQQ3beihQhZzB1ysz4y1k=";
hash = "sha256-GBrdYlWvtlz/A/5Tn58EPYBL3X73D44GzbN1OrzwU8U=";
};
vendorHash = "sha256-FIl30sKmdcXayK8KWGFl+N+lYExl4ibKZ2tcvelw8zo=";