Merge pull request #230530 from r-ryantm/auto-update/eccodes

eccodes: 2.28.0 -> 2.30.0
This commit is contained in:
Weijia Wang 2023-05-07 21:46:08 +03:00 committed by GitHub
commit c256198f6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "eccodes";
version = "2.28.0";
version = "2.30.0";
src = fetchurl {
url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
sha256 = "sha256-KDE0exUXr569cN08rYiugYqESNTmyGcapyhhfnNDHNU=";
sha256 = "sha256-s9yTidBYQaLpyVeqUgmIpUwmBRY95kt+c8CEqu0fw8Q=";
};
postPatch = ''