Loading pkgs/servers/sql/postgresql/ext/postgis.nix +2 −2 Original line number Diff line number Diff line Loading @@ -20,13 +20,13 @@ let in stdenv.mkDerivation rec { pname = "postgis"; version = "3.4.1"; version = "3.4.2"; outputs = [ "out" "doc" ]; src = fetchurl { url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz"; sha256 = "sha256-/vahQSE9D/J79FszuEnMOWwi3bH/xv7UNUacnokfyB0="; sha256 = "sha256-yMh0wAukqYSocDCva/lUSCFQIGCtRz1clvHU0INcWJI="; }; buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc pcre2.dev ] Loading Loading
pkgs/servers/sql/postgresql/ext/postgis.nix +2 −2 Original line number Diff line number Diff line Loading @@ -20,13 +20,13 @@ let in stdenv.mkDerivation rec { pname = "postgis"; version = "3.4.1"; version = "3.4.2"; outputs = [ "out" "doc" ]; src = fetchurl { url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz"; sha256 = "sha256-/vahQSE9D/J79FszuEnMOWwi3bH/xv7UNUacnokfyB0="; sha256 = "sha256-yMh0wAukqYSocDCva/lUSCFQIGCtRz1clvHU0INcWJI="; }; buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc pcre2.dev ] Loading