3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #38565 from r-ryantm/auto-update/geos

geos: 3.6.1 -> 3.6.2
This commit is contained in:
Matthew Justin Bauer 2018-04-18 22:13:55 -05:00 committed by GitHub
commit 25ca23b13c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, fetchpatch, python }:
stdenv.mkDerivation rec {
name = "geos-3.6.1";
name = "geos-3.6.2";
src = fetchurl {
url = "http://download.osgeo.org/geos/${name}.tar.bz2";
sha256 = "1icz31kd5sml2kdxhjznvmv33zfr6nig9l0i6bdcz9q9g8x4wbja";
sha256 = "0ak5szby29l9l0vy43dm5z2g92xzdky20q1gc1kah1fnhkgi6nh4";
};
enableParallelBuilding = true;