3
0
Fork 0
forked from mirrors/nixpkgs

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

icdiff: 1.9.0 -> 1.9.1
This commit is contained in:
adisbladis 2018-01-08 15:49:19 +08:00 committed by GitHub
commit 4aa62259e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; {