eccodes: 2.24.0 -> 2.24.2

This commit is contained in:
R. Ryantm 2022-02-11 14:58:26 +00:00 committed by Jonathan Ringer
parent 7dd10581a7
commit f483f831c4

View file

@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "eccodes";
version = "2.24.0";
version = "2.24.2";
src = fetchurl {
url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
sha256 = "sha256-MHrit59KfTF4mCS8od8UEvYMrWj0m/xJu8HUeA8+W5Y=";
sha256 = "sha256-xgrQ/YnhGRis4NhMAUifISIrEdbK0/90lYVqCt1hBAM=";
};
postPatch = ''