eccodes: 2.30.2 -> 2.32.0

This commit is contained in:
R. Ryantm 2023-10-11 12:57:40 +00:00
parent 0ccfba07f2
commit e7179c0add

View File

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "eccodes";
version = "2.30.2";
version = "2.32.0";
src = fetchurl {
url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
sha256 = "sha256-ObleQiGxFtyBhlbQTIKIQFXUiuuqKZDCWeqM3/2kJYI=";
sha256 = "sha256-tX6O6w66DAXWb9pVJ8T/qEtas1xGvLyaIicUKXPMuOY=";
};
postPatch = ''