3
0
Fork 0
forked from mirrors/nixpkgs

icu: update, probably including security

I think this should fix all security problems in icu,
if there were any, but I've found no explicit reference.
So, close #7202?
This commit is contained in:
Vladimír Čunát 2015-04-09 21:45:27 +02:00
parent 596bf235b6
commit d353521423

View file

@ -2,7 +2,7 @@
let
pname = "icu4c";
version = "53.1";
version = "55.1";
in
stdenv.mkDerivation {
name = pname + "-" + version;
@ -10,7 +10,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "http://download.icu-project.org/files/${pname}/${version}/${pname}-"
+ (stdenv.lib.replaceChars ["."] ["_"] version) + "-src.tgz";
sha256 = "0a4sg9w054640zncb13lhrcjqn7yg1qilwd1mczc4w60maslz9vg";
sha256 = "0ys5f5spizg45qlaa31j2lhgry0jka2gfha527n4ndfxxz5j4sz1";
};
makeFlags = stdenv.lib.optionalString stdenv.isDarwin