Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

eccodes: 2.39.0 -> 2.40.0 (#382208)

authored by Weijia Wang and committed by GitHub dcc0ce5e 72817305

+2 -2
+2 -2
pkgs/development/libraries/eccodes/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "eccodes"; 20 - version = "2.39.0"; 20 + version = "2.40.0"; 21 21 22 22 src = fetchurl { 23 23 url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz"; 24 - hash = "sha256-DE10ZwCsxJr5yHiSXxsmvdQkQ/98LXxnbesrq7aEevs="; 24 + hash = "sha256-9Y1dc5D86Gxism12ubw8TX2abPLl+BRdHVmAiRleUf8="; 25 25 }; 26 26 27 27 postPatch = ''