shapelib: use not HTTPS as TLS is configured incorrectly
This commit is contained in:
parent
400abb8877
commit
64b57cfc1d
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user