about summary refs log tree commit diff
path: root/nixos/tests/postgis.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-08 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-09-08 04:20:00 +0000
commitdfde9c83bce9e6c2bc903dfc1bca3bf93b3f52de (patch)
tree223bc3d77c8af334fd69daf6f45e32ce70c251f3 /nixos/tests/postgis.nix
parent0b458fbc462ced7fc03c8b68cf1b1bd0d92af465 (diff)
postgresqlPackages.postgis: 3.3.3 -> 3.4.0
Changelog: https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.4.0/NEWS
Diffstat (limited to 'nixos/tests/postgis.nix')
-rw-r--r--nixos/tests/postgis.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/postgis.nix b/nixos/tests/postgis.nix
index 9d81ebaad85f2..d0685abc510c9 100644
--- a/nixos/tests/postgis.nix
+++ b/nixos/tests/postgis.nix
@@ -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; [