summary refs log tree commit diff
path: root/pkgs/tools/security/gotrue
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-04 05:01:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-04 05:01:43 +0000
commit80d1952b0130d453aa643bbf09f79fce51a267f0 (patch)
tree5d410d6cfa4b32534f8ffe669c4596cf3d4787df /pkgs/tools/security/gotrue
parentc36301bcc0433a1acb6e1815d346239381ae7630 (diff)
gotrue-supabase: 2.77.1 -> 2.78.0
Diffstat (limited to 'pkgs/tools/security/gotrue')
-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 4658353d131fc..1a0787c874cbd 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.77.1";
+  version = "2.78.0";
 
   src = fetchFromGitHub {
     owner = "supabase";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-/CHbs/GZt8E+/XVTJWQZeEpIRHYO1pQ0u5h9tOQSFdg=";
+    hash = "sha256-1BINewYK6dDyzhrt3lhTb3KeYm2xlux3nyQOO348CMM=";
   };
 
   vendorHash = "sha256-S/uedmoqTOmbIeotdky+s/eENDi2knKIW0rMMcQr2zU=";