Skip to content

Commit

Permalink
postgresql: default to 9.6 like in the nixos module
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Sep 27, 2017
1 parent 6b05651 commit 259df64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -11684,7 +11684,7 @@ with pkgs;
libmemcached = null; # Detection is broken upstream
};

postgresql = postgresql95;
postgresql = postgresql96;

inherit (callPackages ../servers/sql/postgresql { })
postgresql93
Expand Down

0 comments on commit 259df64

Please sign in to comment.