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 72813a3 commit 0bb6abeCopy full SHA for 0bb6abe
common-nix.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.6.1.108"
+postgres-version = "15.6.1.109"
nix/ext/pg_net.nix
@@ -2,15 +2,15 @@
2
3
stdenv.mkDerivation rec {
4
pname = "pg_net";
5
- version = "0.9.2";
+ 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-Ac3lpHhBFTxeSb/HERwZ4fT8PJ7Ibrivn/hDkrs0IYE=";
+ hash = "sha256-pgyGMJiwmIrghmWOieJoQjWma/A4XAsqLzCjmAyuU9w=";
14
};
15
16
env.NIX_CFLAGS_COMPILE = "-Wno-error";
0 commit comments