shapelib: use not HTTPS as TLS is configured incorrectly

This commit is contained in:
Robin Gloster 2017-08-10 20:37:56 +02:00
parent 400abb8877
commit 64b57cfc1d
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "shapelib-1.4.0";
src = fetchurl {
url = "https://download.osgeo.org/shapelib/${name}.tar.gz";
url = "http://download.osgeo.org/shapelib/${name}.tar.gz";
sha256 = "18d7j5pn5srika7q3f90j0l2l4526xsjd64pin6z2b0gd7rdbp9y";
};