netcdf: update from 4.3.2 to 4.3.3.1

This commit is contained in:
Vincent Laporte 2015-05-30 16:08:36 +02:00
parent f498d0110e
commit 20a36e4120

View File

@ -1,17 +1,17 @@
{ stdenv, fetchurl,
zlib, hdf5,
zlib, hdf5, m4,
curl # for DAP
}:
stdenv.mkDerivation rec {
name = "netcdf-4.3.2";
name = "netcdf-4.3.3.1";
src = fetchurl {
url = "http://www.unidata.ucar.edu/downloads/netcdf/ftp/${name}.tar.gz";
sha256 = "57086b4383ce9232f05aad70761c2a6034b1a0c040260577d369b3bbfe6d248e";
sha256 = "06ds8zm4qvjlqvv4qb637cqr0xgvbhnghrddisad5vj81s5kvpmx";
};
buildInputs = [
zlib hdf5 curl
zlib hdf5 m4 curl
];
configureFlags = [