3
0
Fork 0
forked from mirrors/nixpkgs

libspatialindex: 1.8.1 -> 1.8.5

Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.8.5 with grep in /nix/store/37qfplsqfz7lq058pg2cvvm592yzvvf9-libspatialindex-1.8.5
- found 1.8.5 in filename of file in /nix/store/37qfplsqfz7lq058pg2cvvm592yzvvf9-libspatialindex-1.8.5
This commit is contained in:
Ryan Mulligan 2018-02-26 21:07:03 -08:00
parent b63297b203
commit 8ce11ae216

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;