Unverified Commit 14c447de authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

gotrue-supabase: 2.186.0 -> 2.187.0 (#493709)

parents 2071fa3a 62627109
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule (finalAttrs: {
  pname = "auth";
  version = "2.186.0";
  version = "2.187.0";

  src = fetchFromGitHub {
    owner = "supabase";
    repo = "auth";
    rev = "v${finalAttrs.version}";
    hash = "sha256-8kB7gh5sp2D9dvyxsE/YMWoUx/jzAqw8nEBwB0XQlRQ=";
    hash = "sha256-Hb0mz7JaHRpbTQNPuVG2xPubctPJYRw0vWr9s1rNRJM=";
  };

  vendorHash = "sha256-QrqucIuYIhIMsD93+6HWf74LwVncOsbFB9gJR1GdMvA=";
  vendorHash = "sha256-3zvudV60v/BHHz3dfjOdII+XKcxy/1b4uDN+R+xcUxY=";

  ldflags = [
    "-s"