Unverified Commit 5482b113 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

gotrue-supabase: 2.166.0 -> 2.167.0 (#370197)

parents 039cbd8e 2fd3c5e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "auth";
  version = "2.166.0";
  version = "2.167.0";

  src = fetchFromGitHub {
    owner = "supabase";
    repo = "auth";
    rev = "v${version}";
    hash = "sha256-e4PLop+enPt0IkPYRNH0UyZwiBhQKsk0mTFXokGcLug=";
    hash = "sha256-L5yhrlbZk5R1f21rLpaskg/CW1ITt51sfgXu0DdSD3M=";
  };

  vendorHash = "sha256-em1dBnNHsVPI7owd2gjERcJnrQbiVtZGtIqnFyker6M=";