hdf5: Update to 1.8.13

This commit is contained in:
Andreas Herrmann 2014-06-15 11:59:58 +02:00
parent d1f7bc7bcf
commit 5a96043637

@ -4,11 +4,12 @@
, zlib ? null
, szip ? null
}:
stdenv.mkDerivation {
name = "hdf5-1.8.10-patch1";
stdenv.mkDerivation rec {
version = "1.8.13";
name = "hdf5-${version}-patch1";
src = fetchurl {
url = http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.10-patch1.tar.gz;
sha256 = "08ad32fhnci6rdfn6mn3w9v1wcaxdcd326n3ljwkcq4dzhkh28qz";
url = "http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-${version}.tar.gz";
sha256 = "1h9qdl321gzm3ihdhlijbl9sh9qcdrw94j7izg64yfqhxj7b7xl2";
};
buildInputs = []