Unverified Commit 249a4506 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #238510 from marsam/update-postgis

postgresqlPackages.postgis: 3.3.2 -> 3.3.3
parents a73f1917 d246683f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@
}:
stdenv.mkDerivation rec {
  pname = "postgis";
  version = "3.3.2";
  version = "3.3.3";

  outputs = [ "out" "doc" ];

  src = fetchurl {
    url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
    sha256 = "sha256-miohnaAFoXMKOdGVmhx87GGbHvsAm2W+gP/CW60pkGg=";
    sha256 = "sha256-dOs1bj+F8UIzeRATNgiBtnSPeAgcxoj/nW8PZzp2LRM=";
  };

  buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc ]