colordiff: 1.0.13 -> 1.0.15
Changes: - Big improvements to side-by-side diff detection - Additional colordiffrc example colour scheme file to match 'git diff' - Misc fixes
This commit is contained in:
parent
08f866d887
commit
e8596c189f
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, perl /*, xmlto */}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "colordiff-1.0.13";
|
||||
name = "colordiff-1.0.15";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.colordiff.org/colordiff-1.0.13.tar.gz;
|
||||
sha256 = "0akcz1p3klsjnhwcqdfq4grs6paljc5c0jzr3mqla5f862hhaa6f";
|
||||
url = http://www.colordiff.org/colordiff-1.0.15.tar.gz;
|
||||
sha256 = "0icx4v2h1gy08vhh3qqi2qfyfjp37vgj27hq1fnjz83bg7ly8pjr";
|
||||
};
|
||||
|
||||
buildInputs = [ perl /* xmlto */ ];
|
||||
|
@ -19,5 +19,6 @@ stdenv.mkDerivation {
|
|||
homepage = http://www.colordiff.org/;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainer = with maintainers; [ nckx ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue