mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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 { };
|
||||
|
||||
diffoscope = callPackage ../tools/misc/diffoscope {
|
||||
jdk = jdk7;
|
||||
jdk = jdk8;
|
||||
};
|
||||
|
||||
diffstat = callPackage ../tools/text/diffstat { };
|
||||
|
Loading…
Reference in New Issue
Block a user