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:
parent
596bf235b6
commit
d353521423
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "icu4c";
|
pname = "icu4c";
|
||||||
version = "53.1";
|
version = "55.1";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = pname + "-" + version;
|
name = pname + "-" + version;
|
||||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.icu-project.org/files/${pname}/${version}/${pname}-"
|
url = "http://download.icu-project.org/files/${pname}/${version}/${pname}-"
|
||||||
+ (stdenv.lib.replaceChars ["."] ["_"] version) + "-src.tgz";
|
+ (stdenv.lib.replaceChars ["."] ["_"] version) + "-src.tgz";
|
||||||
sha256 = "0a4sg9w054640zncb13lhrcjqn7yg1qilwd1mczc4w60maslz9vg";
|
sha256 = "0ys5f5spizg45qlaa31j2lhgry0jka2gfha527n4ndfxxz5j4sz1";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = stdenv.lib.optionalString stdenv.isDarwin
|
makeFlags = stdenv.lib.optionalString stdenv.isDarwin
|
||||||
|
|
Loading…
Add table
Reference in a new issue