mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
netcdf: update from 4.3.2 to 4.3.3.1
This commit is contained in:
parent
f498d0110e
commit
20a36e4120
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, fetchurl,
|
{ stdenv, fetchurl,
|
||||||
zlib, hdf5,
|
zlib, hdf5, m4,
|
||||||
curl # for DAP
|
curl # for DAP
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "netcdf-4.3.2";
|
name = "netcdf-4.3.3.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.unidata.ucar.edu/downloads/netcdf/ftp/${name}.tar.gz";
|
url = "http://www.unidata.ucar.edu/downloads/netcdf/ftp/${name}.tar.gz";
|
||||||
sha256 = "57086b4383ce9232f05aad70761c2a6034b1a0c040260577d369b3bbfe6d248e";
|
sha256 = "06ds8zm4qvjlqvv4qb637cqr0xgvbhnghrddisad5vj81s5kvpmx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
zlib hdf5 curl
|
zlib hdf5 m4 curl
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
Reference in New Issue
Block a user