diffoscope: move to jdk8

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2018-03-29 21:36:49 -05:00
parent 0eb8bda019
commit bdb06c0936

View File

@ -1939,7 +1939,7 @@ with pkgs;
diction = callPackage ../tools/text/diction { };
diffoscope = callPackage ../tools/misc/diffoscope {
jdk = jdk7;
jdk = jdk8;
};
diffstat = callPackage ../tools/text/diffstat { };