We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7281730 + ed8e53d commit dcc0ce5Copy full SHA for dcc0ce5
pkgs/development/libraries/eccodes/default.nix
@@ -17,11 +17,11 @@
17
18
stdenv.mkDerivation rec {
19
pname = "eccodes";
20
- version = "2.39.0";
+ 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-DE10ZwCsxJr5yHiSXxsmvdQkQ/98LXxnbesrq7aEevs=";
+ hash = "sha256-9Y1dc5D86Gxism12ubw8TX2abPLl+BRdHVmAiRleUf8=";
25
};
26
27
postPatch = ''
0 commit comments