eccodes: 2.39.0 -> 2.40.0 (#382208)

This commit is contained in:
Weijia Wang 2025-03-06 12:14:14 +01:00 committed by GitHub
commit dcc0ce5ed4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "eccodes";
version = "2.39.0";
version = "2.40.0";
src = fetchurl {
url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
hash = "sha256-DE10ZwCsxJr5yHiSXxsmvdQkQ/98LXxnbesrq7aEevs=";
hash = "sha256-9Y1dc5D86Gxism12ubw8TX2abPLl+BRdHVmAiRleUf8=";
};
postPatch = ''