postgresqlPackages.postgis: 3.3.3 -> 3.4.0

Changelog: https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.4.0/NEWS
This commit is contained in:
Mario Rodas
2023-09-08 04:20:00 +00:00
parent 0b458fbc46
commit dfde9c83bc
2 changed files with 5 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import ./make-test-python.nix ({ pkgs, ...} : {
{ pkgs, ... }:
{
services.postgresql = let mypg = pkgs.postgresql_11; in {
services.postgresql = let mypg = pkgs.postgresql; in {
enable = true;
package = mypg;
extraPlugins = with mypg.pkgs; [