icu: 59 -> 64

This commit is contained in:
Daniel Schaefer 2019-04-26 09:15:13 +02:00
parent 01d805a432
commit 2fe63c8faf
1 changed files with 1 additions and 1 deletions

View File

@ -10770,7 +10770,7 @@ in
stdenv = overrideCC stdenv gcc6; # with gcc-7: undefined reference to `__divmoddi4'
}));
icu = icu59;
icu = icu64;
id3lib = callPackage ../development/libraries/id3lib { };