mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
netcdf: 4.3.3.1 -> 4.4.1.1
This commit is contained in:
parent
3ccc139b3d
commit
05f53b83b4
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@ let
|
|||
mpiSupport = hdf5.mpiSupport;
|
||||
mpi = hdf5.mpi;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "netcdf-4.3.3.1";
|
||||
name = "netcdf-4.4.1.1";
|
||||
src = fetchurl {
|
||||
url = "http://www.unidata.ucar.edu/downloads/netcdf/ftp/${name}.tar.gz";
|
||||
sha256 = "06ds8zm4qvjlqvv4qb637cqr0xgvbhnghrddisad5vj81s5kvpmx";
|
||||
sha256 = "1blc7ik5yin7i0ls2kag0a9xjk12m0dzx6v1x88az3ras3scci2d";
|
||||
};
|
||||
|
||||
buildInputs = [ hdf5 m4 curl mpi];
|
||||
|
|
Loading…
Reference in a new issue