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 4ab3640 commit d8f8844Copy full SHA for d8f8844
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.1.1.94"
+postgres-version = "15.1.1.95"
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.11.0";
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-XN441jXK1q+I/LZRNwvzbSsebXHgZ8iYsslZvcPFlAs=";
14
};
15
16
env.NIX_CFLAGS_COMPILE = "-Wno-error";
0 commit comments