diffoscope: move to jdk8
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
0eb8bda019
commit
bdb06c0936
|
@ -1939,7 +1939,7 @@ with pkgs;
|
||||||
diction = callPackage ../tools/text/diction { };
|
diction = callPackage ../tools/text/diction { };
|
||||||
|
|
||||||
diffoscope = callPackage ../tools/misc/diffoscope {
|
diffoscope = callPackage ../tools/misc/diffoscope {
|
||||||
jdk = jdk7;
|
jdk = jdk8;
|
||||||
};
|
};
|
||||||
|
|
||||||
diffstat = callPackage ../tools/text/diffstat { };
|
diffstat = callPackage ../tools/text/diffstat { };
|
||||||
|
|
Loading…
Reference in New Issue