mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
eccodes: 2.24.2 -> 2.28.0
This commit is contained in:
parent
bb3879e877
commit
a9b83cbff4
@ -4,6 +4,7 @@
|
||||
, cmake
|
||||
, netcdf
|
||||
, openjpeg
|
||||
, libaec
|
||||
, libpng
|
||||
, gfortran
|
||||
, perl
|
||||
@ -15,11 +16,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "eccodes";
|
||||
version = "2.24.2";
|
||||
version = "2.28.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
|
||||
sha256 = "sha256-xgrQ/YnhGRis4NhMAUifISIrEdbK0/90lYVqCt1hBAM=";
|
||||
sha256 = "sha256-KDE0exUXr569cN08rYiugYqESNTmyGcapyhhfnNDHNU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -42,6 +43,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [
|
||||
netcdf
|
||||
openjpeg
|
||||
libaec
|
||||
libpng
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user