We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00fd90 commit 053f25cCopy full SHA for 053f25c
nix/ext/postgis.nix
@@ -22,13 +22,13 @@ let
22
in
23
stdenv.mkDerivation rec {
24
pname = "postgis";
25
- version = "3.3.2";
+ version = "3.3.7";
26
27
outputs = [ "out" "doc" ];
28
29
src = fetchurl {
30
url = "https://download.osgeo.org/postgis/source/postgis-${version}.tar.gz";
31
- sha256 = "sha256-miohnaAFoXMKOdGVmhx87GGbHvsAm2W+gP/CW60pkGg=";
+ sha256 = "sha256-UHJKDd5JrcJT5Z4CTYsY/va+ToU0GUPG1eHhuXTkP84=";
32
};
33
34
buildInputs = [ libxml2 postgresql geos proj gdal json_c protobufc pcre2.dev sfcgal ]
0 commit comments