eccodes: 2.35.0 -> 2.36.0

This commit is contained in:
R. Ryantm 2024-06-25 03:37:42 +00:00
parent e1f89770af
commit 1c33830be9

View File

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "eccodes";
version = "2.35.0";
version = "2.36.0";
src = fetchurl {
url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
hash = "sha256-FoiPtmebHiQfULafMArFASSjGSNCri6pA9diG2ZOeeo=";
hash = "sha256-2nQUOmSyvuol6ifGOHW8jsKU5p5b0Ih4AgQOsEFR15o=";
};
postPatch = ''