about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-01-21 13:36:40 -0500
committerGitHub <noreply@github.com>2023-01-21 13:36:40 -0500
commitc4203e6743a9efa62ee9bed1d482df399f119f9a (patch)
treee76594fc498b4842e4d75e8edee3c9b1f2031019 /pkgs/tools/security
parente2885cfbbb56032485cc8a933121b8e3a1da506c (diff)
parente200324f2889ac3291d67617be531f2fdf84bd75 (diff)
Merge pull request #211963 from r-ryantm/auto-update/gotrue-supabase
gotrue-supabase: 2.41.0 -> 2.41.4
Diffstat (limited to 'pkgs/tools/security')
-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 64e454b22d5e8..a70c3a8ca6442 100644
--- a/pkgs/tools/security/gotrue/supabase.nix
+++ b/pkgs/tools/security/gotrue/supabase.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "gotrue";
-  version = "2.41.0";
+  version = "2.41.4";
 
   src = fetchFromGitHub {
     owner = "supabase";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-LqVFKpDlUqkjurFmeZ2YCuF3W1V3R5Dnw/5k1O0qjSc=";
+    hash = "sha256-wHsjCf9TdRZ80l4nGEsLlB4J7pXv65fOv4pfFy3Wp/0=";
   };
 
   vendorHash = "sha256-3dXfg9tblPx9V5LzzVm3UtCwGcPIAm2MaKm9JQi69mU=";