Skip to content

Commit 134e133

Browse files
committed
chore: version bump
1 parent ca41f46 commit 134e133

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nix/ext/pg_net.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ let
2020
buildInputs = [
2121
curl
2222
postgresql
23-
] ++ lib.optional (version == "0.6") libuv;
23+
]
24+
++ lib.optional (version == "0.6") libuv;
2425

2526
src = fetchFromGitHub {
2627
owner = "supabase";

0 commit comments

Comments
 (0)