eccodes: 2.28.0 -> 2.30.0

This commit is contained in:
R. Ryantm 2023-05-07 14:10:31 +00:00
parent 5844313b95
commit 7d43c4824c

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 = ''