about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-15 04:45:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-15 04:45:38 +0000
commit0c9bacbad83474be5e664bf470b94178bb54b852 (patch)
tree2273965dfa42fe6f0586240a25739aff3aee3ea5 /pkgs/tools/security
parent0621648513a20d6e6a3be974f396c0cebc1cb48d (diff)
gotrue-supabase: 2.47.0 -> 2.47.1
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 0f1b461b9289b..d7c158e6a004d 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.47.0";
+  version = "2.47.1";
 
   src = fetchFromGitHub {
     owner = "supabase";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-ww3tiIIn2Vwhwa5IgkrybnWQQ3beihQhZzB1ysz4y1k=";
+    hash = "sha256-GBrdYlWvtlz/A/5Tn58EPYBL3X73D44GzbN1OrzwU8U=";
   };
 
   vendorHash = "sha256-FIl30sKmdcXayK8KWGFl+N+lYExl4ibKZ2tcvelw8zo=";