Mandatory HDF5 sub-minor-version update with no old version copies around

svn path=/nixpkgs/trunk/; revision=25159
This commit is contained in:
Michael Raskin 2010-12-16 20:19:43 +00:00
parent 70a99c95e2
commit 2b1fe76307

View File

@ -5,8 +5,8 @@
stdenv.mkDerivation {
name = "hdf5";
src = fetchurl {
url = http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.5.tar.gz ;
sha256 = "0nykbpxg154akgp6va6fkab7kjvybbvpsr7n7i1l8xxmv3h3hbsa";
url = http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.5-patch1.tar.gz ;
sha256 = "919bb52a08fc5560c49fdc5ebd693b10b1e03eebbf44ad2e142c2e6cfd81f2b0";
};
buildInputs = [] ;