about summary refs log tree commit diff
path: root/pkgs/tools/security/gotrue/supabase.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-28 08:49:10 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-28 08:49:10 +0000
commitda3d52ba262afba0c019c5071fce16fcf4ba7fd4 (patch)
treef9fec764be5af29af90fddda71bbff4cd08c8f4a /pkgs/tools/security/gotrue/supabase.nix
parent04e78fe7e980dacefdb86275a399e2325c122cd1 (diff)
gotrue-supabase: 2.74.2 -> 2.76.0
Diffstat (limited to 'pkgs/tools/security/gotrue/supabase.nix')
-rw-r--r--pkgs/tools/security/gotrue/supabase.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/gotrue/supabase.nix b/pkgs/tools/security/gotrue/supabase.nix
index f70f46d4d9df2..1670277801e44 100644
--- a/pkgs/tools/security/gotrue/supabase.nix
+++ b/pkgs/tools/security/gotrue/supabase.nix
@@ -7,13 +7,13 @@
 
 buildGoModule rec {
   pname = "gotrue";
-  version = "2.74.2";
+  version = "2.76.0";
 
   src = fetchFromGitHub {
     owner = "supabase";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-cTRCwWbGqiN6qy2Nh9Hs6Ex928z1r1ud5dGNJLZDLAA=";
+    hash = "sha256-2hhO/8PvrRoz2RoctoJdCMWn+DdBEni+AyoxkXLbgp0=";
   };
 
   vendorHash = "sha256-uLcea5tLe61oAyw09PpIfgf1xbClgqZYlk6553Vsvso=";