eccodes: 2.8.0 -> 2.8.2 (#45251)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eccodes/versions.
This commit is contained in:
R. RyanTM 2018-08-21 05:59:11 -07:00 committed by xeji
parent 2524ad67da
commit 690a8017de

View file

@ -6,11 +6,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "eccodes-${version}";
version = "2.8.0";
version = "2.8.2";
src = fetchurl {
url = "https://software.ecmwf.int/wiki/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
sha256 = "06rf6yzrszfqm74sq3485c7h6m0xjnz35sm31xkk70fxgk129fp0";
sha256 = "0aki7llrdfj6273yjy8yv0d027sdbv8xs3iv68fb69s0clyygrin";
};
nativeBuildInputs = [ cmake ];