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-01-11 23:58:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-11 23:58:54 +0000
commitf967b6a8e60cfaade97bc0181d3b879252859674 (patch)
tree4cf80612a504668c36952f1bc2d98fde4f0d8f9e /pkgs/tools/security/gotrue/supabase.nix
parent506d6390a311a36a2cf2fd7b610c43c05bdef23a (diff)
gotrue-supabase: 2.35.0 -> 2.40.1
Diffstat (limited to 'pkgs/tools/security/gotrue/supabase.nix')
-rw-r--r--pkgs/tools/security/gotrue/supabase.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/gotrue/supabase.nix b/pkgs/tools/security/gotrue/supabase.nix
index 5cdbe402501c5..5ae79472c9493 100644
--- a/pkgs/tools/security/gotrue/supabase.nix
+++ b/pkgs/tools/security/gotrue/supabase.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "gotrue";
-  version = "2.35.0";
+  version = "2.40.1";
 
   src = fetchFromGitHub {
     owner = "supabase";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-uFE2pcEpGhrl8LcZLvYEMlq8sgRmFkltf3H8huZzXpM=";
+    hash = "sha256-PXWGjuLUHo+adlomL2HqdY7cPqFIS0ttg7hYHNbAWP4=";
   };
 
-  vendorHash = "sha256-uchgHxUczb4IIUkUdHWyeXWr2LXda6eWwjQxUBcPDoA=";
+  vendorHash = "sha256-3dXfg9tblPx9V5LzzVm3UtCwGcPIAm2MaKm9JQi69mU=";
 
   ldflags = [
     "-s"