diff --git a/pkgs/servers/sql/postgresql/9.2.x.nix b/pkgs/servers/sql/postgresql/9.2.x.nix index 1bf3de527a3e..46a6aa0c032c 100644 --- a/pkgs/servers/sql/postgresql/9.2.x.nix +++ b/pkgs/servers/sql/postgresql/9.2.x.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation rec { passthru = { inherit readline; - psqlSchema = "9.1"; + psqlSchema = "9.2"; }; meta = {