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:
1111
1212# Full version strings for each major version
1313postgres_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 "
1616
1717# Non Postgres Extensions
1818pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change 318318 pg_prove = pkgs . perlPackages . TAPParserSourceHandlerpgTAP ;
319319 inherit postgresql_15 postgresql_16 ;
320320 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 ;
321322 postgresql_15_src = pkgs . stdenv . mkDerivation {
322323 pname = "postgresql-15-src" ;
323324 version = postgresql_15 . version ;
You can’t perform that action at this time.
0 commit comments