Skip to content

Commit

Permalink
pkgs(postgis): 3.4.1 -> 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Feb 16, 2024
1 parent dc07318 commit e6ca685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/postgis/postgis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit e6ca685

Please sign in to comment.