3
0
Fork 0
forked from mirrors/nixpkgs

hdf5: move to a more stable URL

This commit is contained in:
Longrin Wischnewski 2014-11-18 11:14:17 +01:00
parent 599394162c
commit 73aef348bb

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
version = "1.8.14";
name = "hdf5-${version}";
src = fetchurl {
url = "http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-${version}.tar.gz";
url = "http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-${version}/src/hdf5-${version}.tar.gz";
sha256 = "0f86gv32pjrrphvamgims1dd7f3bp46hjarbcdy8k4gmyzpgxghx";
};