mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 13:53:24 +00:00
nominatim: use postgresql 14 by default
This commit is contained in:
parent
a01ee9db07
commit
9482a09293
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user