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