Merge pull request #35806 from ryantm/auto-update/libspatialindex-1.8.1-to-1.8.5

libspatialindex: 1.8.1 -> 1.8.5
This commit is contained in:
Frederik Rietdijk 2018-02-27 07:55:19 +00:00 committed by GitHub
commit 02374b3e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl }:
let version = "1.8.1"; in
let version = "1.8.5"; in
stdenv.mkDerivation rec {
name = "libspatialindex-${version}";
src = fetchurl {
url = "http://download.osgeo.org/libspatialindex/spatialindex-src-${version}.tar.gz";
sha256 = "1ay1kxn4baccd0cqx466v7fn8c8gcfbhlnd5mbdnd7s4aw0ix88j";
sha256 = "1vxzm7kczwnb6qdmc0hb00z8ykx11zk3sb68gc7rch4vrfi4dakw";
};
enableParallelBuilding = true;