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: 63ede30cc403
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4aa62259e1ee
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 7, 2018

  1. icdiff: 1.9.0 -> 1.9.1

    aneeshusa committed Jan 7, 2018
    Copy the full SHA
    f899d96 View commit details

Commits on Jan 8, 2018

  1. Merge pull request #33583 from aneeshusa/update-icdiff-to-1.9.1

    icdiff: 1.9.0 -> 1.9.1
    adisbladis authored Jan 8, 2018
    Copy the full SHA
    4aa6225 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/text/icdiff/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/text/icdiff/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

pythonPackages.buildPythonApplication rec {
name = "icdiff-${version}";
version = "1.9.0";
version = "1.9.1";

src = fetchFromGitHub {
owner = "jeffkaufman";
repo = "icdiff";
rev = "release-${version}";
sha256 = "03gcgj3xsqasvgkr8r0q1ljbw2kd2xmfb21qpxhk9lqqm2gl11sv";
sha256 = "0ffn5kq7dwvrimxgpj9ksym36c18md8nsdps82qzhm1xq7p9w9yb";
};

meta = with stdenv.lib; {