pkgs.hdf5: 1.8.14 -> 1.8.15-patch1

This commit is contained in:
Lancelot SIX 2015-10-19 13:07:53 +00:00
parent 924c38214d
commit 27eeb48cd8

View File

@ -9,11 +9,11 @@
, enableShared ? true , enableShared ? true
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.8.14"; version = "1.8.15-patch1";
name = "hdf5-${version}"; name = "hdf5-${version}";
src = fetchurl { src = fetchurl {
url = "http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-${version}/src/hdf5-${version}.tar.gz"; url = "http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-${version}/src/hdf5-${version}.tar.gz";
sha256 = "0f86gv32pjrrphvamgims1dd7f3bp46hjarbcdy8k4gmyzpgxghx"; sha256 = "19k39da6zzxyr0fnffn4iqlls9v1fsih877rznq8ypqy8mzf5dci";
}; };
passthru = { passthru = {