File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ postgres_major:
11
11
12
12
# Full version strings for each major version
13
13
postgres_release :
14
- postgres15 : " 15.8.1.003-staging-4 "
15
- postgres16 : " 16.3.1.000-staging-4 "
14
+ postgres15 : " 15.8.1.003-staging-5 "
15
+ postgres16 : " 16.3.1.000-staging-5 "
16
16
17
17
# Non Postgres Extensions
18
18
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change 318
318
pg_prove = pkgs . perlPackages . TAPParserSourceHandlerpgTAP ;
319
319
inherit postgresql_15 postgresql_16 ;
320
320
postgresql_15_debug = if pkgs . stdenv . isLinux then postgresql_15 . debug else null ;
321
+ postgresql_16_debug = if pkgs . stdenv . isLinux then postgresql_16 . debug else null ;
321
322
postgresql_15_src = pkgs . stdenv . mkDerivation {
322
323
pname = "postgresql-15-src" ;
323
324
version = postgresql_15 . version ;
You can’t perform that action at this time.
0 commit comments