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
(cherry picked from commit 259df64)
  • Loading branch information
fpletz committed Sep 27, 2017
1 parent 81a229e commit 6f938a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -11618,7 +11618,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 6f938a1

Please sign in to comment.