summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-05-24 15:49:04 +0300
committerGitHub <noreply@github.com>2023-05-24 15:49:04 +0300
commit6e209918ad4520749633fbb9ee68f4b9a3688b21 (patch)
tree87bf70be9c7a6dbe32d84faa56c0e59b8c04237c
parentc79685813b00c27efb03da8611bf5096ed77b315 (diff)
parent8d3ecfc309178032e739961cfd6fd0451540b353 (diff)
downloadnixpkgs-6e209918ad4520749633fbb9ee68f4b9a3688b21.tar
nixpkgs-6e209918ad4520749633fbb9ee68f4b9a3688b21.tar.gz
nixpkgs-6e209918ad4520749633fbb9ee68f4b9a3688b21.tar.bz2
nixpkgs-6e209918ad4520749633fbb9ee68f4b9a3688b21.tar.lz
nixpkgs-6e209918ad4520749633fbb9ee68f4b9a3688b21.tar.xz
nixpkgs-6e209918ad4520749633fbb9ee68f4b9a3688b21.tar.zst
nixpkgs-6e209918ad4520749633fbb9ee68f4b9a3688b21.zip
Merge pull request #217138 from r-ryantm/auto-update/gotrue-supabase
gotrue-supabase: 2.47.1 -> 2.67.1
-rw-r--r--pkgs/tools/security/gotrue/supabase.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/security/gotrue/supabase.nix b/pkgs/tools/security/gotrue/supabase.nix
index d7c158e6a00..4e67341bed6 100644
--- a/pkgs/tools/security/gotrue/supabase.nix
+++ b/pkgs/tools/security/gotrue/supabase.nix
@@ -7,21 +7,21 @@
 
 buildGoModule rec {
   pname = "gotrue";
-  version = "2.47.1";
+  version = "2.67.1";
 
   src = fetchFromGitHub {
     owner = "supabase";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-GBrdYlWvtlz/A/5Tn58EPYBL3X73D44GzbN1OrzwU8U=";
+    hash = "sha256-aJQCd4azeEvZiC1MUEPz1siy7ljSqvSYbEvQQHY14KM=";
   };
 
-  vendorHash = "sha256-FIl30sKmdcXayK8KWGFl+N+lYExl4ibKZ2tcvelw8zo=";
+  vendorHash = "sha256-67IGkVQja1tBNBBV9KCSrQqkF6glvS0GAGZPINiTZu8=";
 
   ldflags = [
     "-s"
     "-w"
-    "-X=github.com/netlify/gotrue/internal/utilities.Version=${version}"
+    "-X github.com/supabase/gotrue/internal/utilities.Version=${version}"
   ];
 
   # integration tests require network to connect to postgres database