icu: 64 -> 67

This commit is contained in:
Mario Rodas 2020-07-19 04:20:00 -05:00
parent 0513a9128f
commit 4afdb415d2

View file

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