Unverified Commit ba8b2baf authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

gotrue-supabase: 2.41.4 -> 2.42.0
parents 86274a8b 81928e70
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "gotrue";
  version = "2.41.4";
  version = "2.42.0";

  src = fetchFromGitHub {
    owner = "supabase";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-wHsjCf9TdRZ80l4nGEsLlB4J7pXv65fOv4pfFy3Wp/0=";
    hash = "sha256-ZLonPW7lXaBE039R21DWjRBa7xxRnH9rTNu4PDNOWoY=";
  };

  vendorHash = "sha256-3dXfg9tblPx9V5LzzVm3UtCwGcPIAm2MaKm9JQi69mU=";