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 d264b9d commit 872fa66Copy full SHA for 872fa66
common-nix.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.6.1.127"
+postgres-version = "15.6.1.128-rc1"
nix/ext/pg_net.nix
@@ -2,15 +2,15 @@
2
3
stdenv.mkDerivation rec {
4
pname = "pg_net";
5
- version = "0.10.0";
+ version = "0.9.3";
6
7
buildInputs = [ curl postgresql ];
8
9
src = fetchFromGitHub {
10
owner = "supabase";
11
repo = pname;
12
rev = "refs/tags/v${version}";
13
- hash = "sha256-R9Mzw5gvV7b2R59LTOzuOc0AI99+3ncFNzijI4mySUg=";
+ hash = "sha256-pgyGMJiwmIrghmWOieJoQjWma/A4XAsqLzCjmAyuU9w=";
14
};
15
16
env.NIX_CFLAGS_COMPILE = "-Wno-error";
0 commit comments