Skip to content

Commit

Permalink
eccodes: 2.8.2 -> 2.9.0 (#47822)
Browse files Browse the repository at this point in the history
* eccodes: 2.8.2 -> 2.9.0

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

* eccodes: src and homepage URLs changed
  • Loading branch information
r-ryantm authored and c0bw3b committed Oct 12, 2018
1 parent 7969b9e commit dd6b508
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/libraries/eccodes/default.nix
Expand Up @@ -6,11 +6,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "eccodes-${version}";
version = "2.8.2";
version = "2.9.0";

src = fetchurl {
url = "https://software.ecmwf.int/wiki/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
sha256 = "0aki7llrdfj6273yjy8yv0d027sdbv8xs3iv68fb69s0clyygrin";
url = "https://confluence.ecmwf.int/download/attachments/45757960/eccodes-${version}-Source.tar.gz";
sha256 = "1mh9zkfb5dj3j8fk3gdhz2bp6z13nik5pmynpf5l6qy3lhgyn17z";
};

nativeBuildInputs = [ cmake ];
Expand Down Expand Up @@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
'';

meta = {
homepage = https://software.ecmwf.int/wiki/display/ECC/;
homepage = https://confluence.ecmwf.int/display/ECC/;
license = licenses.asl20;
maintainers = with maintainers; [ knedlsepp ];
platforms = platforms.unix;
Expand Down

0 comments on commit dd6b508

Please sign in to comment.