3
0
Fork 0
forked from mirrors/nixpkgs

hdf5: fix version to match tarball

This commit is contained in:
Evgeny Egorochkin 2013-07-13 23:04:19 +03:00
parent 33dac78323
commit 9a3d4fba5e

View file

@ -3,7 +3,7 @@
, fetchurl
}:
stdenv.mkDerivation {
name = "hdf5-1.8.10";
name = "hdf5-1.8.10-patch1";
src = fetchurl {
url = http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.10-patch1.tar.gz;
sha256 = "08ad32fhnci6rdfn6mn3w9v1wcaxdcd326n3ljwkcq4dzhkh28qz";