Merge pull request #138714 from matrss/update-cdo
cdo: 1.9.7.1 -> 1.9.10
This commit is contained in:
commit
69a9d335f6
1 changed files with 3 additions and 3 deletions
|
@ -9,14 +9,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cdo";
|
pname = "cdo";
|
||||||
version = "1.9.7.1";
|
version = "1.9.10";
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
buildInputs = [ curl netcdf hdf5 ];
|
buildInputs = [ curl netcdf hdf5 ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://code.mpimet.mpg.de/attachments/download/20124/${pname}-${version}.tar.gz";
|
url = "https://code.mpimet.mpg.de/attachments/download/24638/${pname}-${version}.tar.gz";
|
||||||
sha256 = "0b4n8dwxfsdbz4jflsx0b75hwapdf1rp14p48dfr7ksv0qp9aw9p";
|
sha256 = "sha256-zDnIm7tIHXs5RaBsVqhJIEcjX0asNjxPDZgPzN3mZ34=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configure phase
|
# Configure phase
|
||||||
|
|
Loading…
Reference in a new issue