geos: 3.11.0 -> 3.11.1

This commit is contained in:
Ivan Mincik 2022-12-10 21:29:55 +01:00 committed by Robert Schütz
parent 39d52bc010
commit 51d4147bd0

View File

@ -6,15 +6,17 @@
stdenv.mkDerivation rec {
pname = "geos";
version = "3.11.0";
version = "3.11.1";
src = fetchurl {
url = "https://download.osgeo.org/geos/${pname}-${version}.tar.bz2";
sha256 = "sha256-eauMq/SqhgTRYVV7UuPk2EV1rNwNCMsJqz96rvpNhYo=";
hash = "sha256-bQ6zz6n5LZR3Mcx18XUDVrO9/AfqAgVT2vavHHaOC+I=";
};
nativeBuildInputs = [ cmake ];
doCheck = true;
meta = with lib; {
description = "C++ port of the Java Topology Suite (JTS)";
homepage = "https://trac.osgeo.org/geos";