Skip to content

Commit 9e285dd

Browse files
authored
Update pg net to 0.13.0 on pg 15.6 branch (#1315)
* upgrade pg_net to 0.13.0 on 15.6 * bump postgres-version
1 parent 5350420 commit 9e285dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.138"
1+
postgres-version = "15.6.1.139"

nix/ext/pg_net.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
stdenv.mkDerivation rec {
44
pname = "pg_net";
5-
version = "0.11.0";
5+
version = "0.13.0";
66

77
buildInputs = [ curl postgresql ];
88

99
src = fetchFromGitHub {
1010
owner = "supabase";
1111
repo = pname;
1212
rev = "refs/tags/v${version}";
13-
hash = "sha256-XN441jXK1q+I/LZRNwvzbSsebXHgZ8iYsslZvcPFlAs=";
13+
hash = "sha256-FRaTZPCJQPYAFmsJg22hYJJ0+gH1tMdDQoCQgiqEnaA=";
1414
};
1515

1616
env.NIX_CFLAGS_COMPILE = "-Wno-error";

0 commit comments

Comments
 (0)