File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
postgres_release :
12
- postgresorioledb-17 : " 17.0.1.106 -orioledb"
13
- postgres17 : " 17.4.1.056 "
14
- postgres15 : " 15.8.1.113 "
12
+ postgresorioledb-17 : " 17.0.1.107 -orioledb"
13
+ postgres17 : " 17.4.1.057 "
14
+ postgres15 : " 15.8.1.114 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change 8
8
9
9
stdenv . mkDerivation rec {
10
10
pname = "pg_net" ;
11
- version = "0.14.0 " ;
11
+ version = "0.19.2 " ;
12
12
13
13
buildInputs = [
14
14
curl
@@ -19,11 +19,9 @@ stdenv.mkDerivation rec {
19
19
owner = "supabase" ;
20
20
repo = pname ;
21
21
rev = "refs/tags/v${ version } " ;
22
- hash = "sha256-c1pxhTyrE5j6dY+M5eKAboQNofIORS+Dccz+7HKEKQI =" ;
22
+ hash = "sha256-BM9oO+1Iu0ONTkAmzSiajL5P/HqnRQv3IX2VQvQ41ZE =" ;
23
23
} ;
24
24
25
- env . NIX_CFLAGS_COMPILE = "-Wno-error" ;
26
-
27
25
installPhase = ''
28
26
mkdir -p $out/{lib,share/postgresql/extension}
29
27
You can’t perform that action at this time.
0 commit comments