We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7296c7f commit 6916ebdCopy full SHA for 6916ebd
pkgs/tools/security/gotrue/supabase.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "auth";
11
- version = "2.169.0";
+ version = "2.170.0";
12
13
src = fetchFromGitHub {
14
owner = "supabase";
15
repo = "auth";
16
rev = "v${version}";
17
- hash = "sha256-SPX4cdzz72Vd0d4fukxgZYQvESiXBzTKGEkDI5+tj04=";
+ hash = "sha256-dm6JBBHFX61acQ4tnkklZqAM4hiOqtvea0oy7/bSovQ=";
18
};
19
20
- vendorHash = "sha256-em1dBnNHsVPI7owd2gjERcJnrQbiVtZGtIqnFyker6M=";
+ vendorHash = "sha256-D5wVbgxs5Hq+vmHNi/6t7rZVKez1DqAiTZCP5uJKRtA=";
21
22
ldflags = [
23
"-s"
0 commit comments