Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ba7fa6e553b2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 33802d68182c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 19, 2018

  1. eccodes: 2.9.0 -> 2.9.2

    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
    r-ryantm committed Nov 19, 2018
    Copy the full SHA
    b385719 View commit details

Commits on Nov 20, 2018

  1. Merge pull request #50798 from r-ryantm/auto-update/eccodes

    eccodes: 2.9.0 -> 2.9.2
    c0bw3b authored Nov 20, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    33802d6 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/eccodes/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/eccodes/default.nix
Original file line number Diff line number Diff line change
@@ -6,11 +6,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "eccodes-${version}";
version = "2.9.0";
version = "2.9.2";

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

postPatch = ''