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

Commits on Aug 17, 2018

  1. icdiff: 1.9.1 -> 1.9.3

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/icdiff/versions.
    R. RyanTM committed Aug 17, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    lforst Luca Forstner
    Copy the full SHA
    1126e28 View commit details
  2. Merge pull request #45214 from r-ryantm/auto-update/icdiff

    icdiff: 1.9.1 -> 1.9.3
    Mic92 authored Aug 17, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    lforst Luca Forstner
    Copy the full SHA
    a0d3ce2 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.1";
version = "1.9.3";

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

meta = with stdenv.lib; {