Skip to content

Commit 053f25c

Browse files
committed
bump postgis 3.3.1 to 3.3.7
1 parent c00fd90 commit 053f25c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

nix/ext/postgis.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ let
2222
in
2323
stdenv.mkDerivation rec {
2424
pname = "postgis";
25-
version = "3.3.2";
25+
version = "3.3.7";
2626

2727
outputs = [ "out" "doc" ];
2828

2929
src = fetchurl {
3030
url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
31-
sha256 = "sha256-miohnaAFoXMKOdGVmhx87GGbHvsAm2W+gP/CW60pkGg=";
31+
sha256 = "sha256-UHJKDd5JrcJT5Z4CTYsY/va+ToU0GUPG1eHhuXTkP84=";
3232
};
3333

3434
buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc pcre2.dev sfcgal ]

0 commit comments

Comments
 (0)