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-02-04 07:45:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-04 07:45:07 +0000
commite86635d0f2d48c20b4793bd448f15978f4fb7a72 (patch)
tree298c8d3261f45bf983a904b576aa6a01eaa5745e /pkgs/tools/security/gotrue/supabase.nix
parent0a55d764ac14ac5e02fa386d5088f12e73f37e36 (diff)
gotrue-supabase: 2.42.2 -> 2.44.0
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 b02c6a896c399..46d296453f7dd 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.42.2";
+  version = "2.44.0";
 
   src = fetchFromGitHub {
     owner = "supabase";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-nMSvc90oZsAbDGktvSBMWZNEAGzz/INLK5K6hawteew=";
+    hash = "sha256-LSA6h6hs5M80urBasVDWZSCNA3fWxjYjvbPRbHLOX0Y=";
   };
 
-  vendorHash = "sha256-3dXfg9tblPx9V5LzzVm3UtCwGcPIAm2MaKm9JQi69mU=";
+  vendorHash = "sha256-FIl30sKmdcXayK8KWGFl+N+lYExl4ibKZ2tcvelw8zo=";
 
   ldflags = [
     "-s"