eccodes: 2.40.0 -> 2.41.0 (#397848)

This commit is contained in:
Weijia Wang
2025-04-24 01:35:33 +02:00
committed by GitHub
@@ -17,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "eccodes";
version = "2.40.0";
version = "2.41.0";
src = fetchurl {
url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
hash = "sha256-9Y1dc5D86Gxism12ubw8TX2abPLl+BRdHVmAiRleUf8=";
hash = "sha256-oUZ4QuEe1/YqL1zBmC4E7sYjmPSWLmugOs52RvMs8nA=";
};
postPatch = ''