Bump the default version of PostgreSQL to 9.4

This commit is contained in:
Eelco Dolstra 2015-07-26 13:21:05 +02:00
parent b07de4bf8b
commit 8799287a84
1 changed files with 1 additions and 1 deletions

View File

@ -9102,7 +9102,7 @@ let
libmemcached = null; # Detection is broken upstream libmemcached = null; # Detection is broken upstream
}; };
postgresql = postgresql92; postgresql = postgresql94;
postgresql90 = callPackage ../servers/sql/postgresql/9.0.x.nix { }; postgresql90 = callPackage ../servers/sql/postgresql/9.0.x.nix { };