gotrue-supabase: 2.155.3 -> 2.155.6

This commit is contained in:
R. Ryantm 2024-07-25 13:41:07 +00:00
parent d8a2fa696c
commit 2a6ec7f114

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "auth";
version = "2.155.3";
version = "2.155.6";
src = fetchFromGitHub {
owner = "supabase";
repo = "auth";
rev = "v${version}";
hash = "sha256-nqPLXBoEQ9rtxA0hxz5PmWWX4xWal5iBzoV1Vl3Sns8=";
hash = "sha256-dldCFDiKGQU/XqtzkvzTdwtI8rDjFaaYJw9elYmDglM=";
};
vendorHash = "sha256-ttdrHBA6Dybv+oNljIJpOlA2CZPwTIi9fI32w5Khp9Y=";