postgresql: default to 9.6 like in the nixos module

This commit is contained in:
Franz Pletz 2017-09-27 22:00:26 +02:00
parent 6b05651c20
commit 259df64ef5
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -11684,7 +11684,7 @@ with pkgs;
libmemcached = null; # Detection is broken upstream
};
postgresql = postgresql95;
postgresql = postgresql96;
inherit (callPackages ../servers/sql/postgresql { })
postgresql93