Skip to content

Commit ed8e53d

Browse files
committed
eccodes: 2.39.0 -> 2.40.0
1 parent 5553a77 commit ed8e53d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/eccodes/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
stdenv.mkDerivation rec {
1919
pname = "eccodes";
20-
version = "2.39.0";
20+
version = "2.40.0";
2121

2222
src = fetchurl {
2323
url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
24-
hash = "sha256-DE10ZwCsxJr5yHiSXxsmvdQkQ/98LXxnbesrq7aEevs=";
24+
hash = "sha256-9Y1dc5D86Gxism12ubw8TX2abPLl+BRdHVmAiRleUf8=";
2525
};
2626

2727
postPatch = ''

0 commit comments

Comments
 (0)