postgresql: Bump default version to 9.5

This commit is contained in:
Eelco Dolstra 2016-02-12 13:18:35 +01:00
parent 5e6962ff2e
commit fd8bd17c3e
2 changed files with 2 additions and 2 deletions

View file

@ -158,7 +158,7 @@ in
# Note: when changing the default, make it conditional on # Note: when changing the default, make it conditional on
# system.stateVersion to maintain compatibility with existing # system.stateVersion to maintain compatibility with existing
# systems! # systems!
mkDefault pkgs.postgresql94; mkDefault (if versionAtLeast config.system.stateVersion "16.03" then pkgs.postgresql95 else pkgs.postgresql94);
services.postgresql.authentication = mkAfter services.postgresql.authentication = mkAfter
'' ''

View file

@ -9603,7 +9603,7 @@ let
libmemcached = null; # Detection is broken upstream libmemcached = null; # Detection is broken upstream
}; };
postgresql = postgresql94; postgresql = postgresql95;
inherit (callPackages ../servers/sql/postgresql { }) inherit (callPackages ../servers/sql/postgresql { })
postgresql90 postgresql90