Skip to content

Commit 6003a56

Browse files
authored
gotrue-supabase: 2.180.0 -> 2.185.0 (NixOS#458480)
2 parents 5a4b6ba + feb5a6e commit 6003a56

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/go/gotrue-supabase/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildGoModule rec {
1010
pname = "auth";
11-
version = "2.180.0";
11+
version = "2.185.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "supabase";
1515
repo = "auth";
1616
rev = "v${version}";
17-
hash = "sha256-LtCe/VQMXbdarxK95+rvtaLYGtZ3U4DzLVK+T5HrWR4=";
17+
hash = "sha256-ZBu6/vXCqXRwMTKbIIYFl8ay7GpVEerzsJLNPBJL2nw=";
1818
};
1919

20-
vendorHash = "sha256-knYvNkEVffWisvb4Dhm5qqtqQ4co9MGoNt6yH6dUll8=";
20+
vendorHash = "sha256-fX1M+QP0pflJ0xV6VLQTS1Rn90Ac7GwVe6B5+A2KDvg=";
2121

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)