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-10-09 02:50:36 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-09 02:50:36 +0000
commitf4ebc3060ab04c29bdbda5f7b4017a7a61580f38 (patch)
tree2fd89266e14b11df67638d68bbb3b6bb37d387d9 /pkgs/tools/security/gotrue/supabase.nix
parent65cd946c3152008e0bce9b209b21f26b8814e4ec (diff)
gotrue-supabase: 2.96.0 -> 2.99.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 325dbb029aa15..6955f08a2264b 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.96.0";
+  version = "2.99.0";
 
   src = fetchFromGitHub {
     owner = "supabase";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-1k8HCix49kuTVEsCeSDcPC2gPpnx7wzro3q53scW568=";
+    hash = "sha256-OUxiAEPX1mWL4td3xdiK9420i4K9pwNdGqch/5T21BY=";
   };
 
   vendorHash = "sha256-r1xJka1ISahaHJOkFwjn/Nrf2EU0iGVosz8PZnH31TE=";