Commit 9482a092 authored by Mauricio Scheffer's avatar Mauricio Scheffer
Browse files

nominatim: use postgresql 14 by default

parent a01ee9db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1970,7 +1970,7 @@ with pkgs;
  node-glob = callPackage ../tools/misc/node-glob { };
  nominatim = callPackage ../servers/nominatim {
    postgresql = postgresql_12;
    postgresql = postgresql_14;
  };
  npm-check-updates = callPackage ../tools/package-management/npm-check-updates { };