summary refs log tree commit diff
path: root/pkgs/development/libraries/icu
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-04-09 21:45:27 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-04-09 21:45:27 +0200
commitd353521423c7871a93380410e8fb06ce2d9d53f8 (patch)
treecf229536251325848f1810d8925b6b80f5c102dd /pkgs/development/libraries/icu
parent596bf235b6bb666173fbf8dcbbd430f932b2074a (diff)
downloadnixpkgs-d353521423c7871a93380410e8fb06ce2d9d53f8.tar
nixpkgs-d353521423c7871a93380410e8fb06ce2d9d53f8.tar.gz
nixpkgs-d353521423c7871a93380410e8fb06ce2d9d53f8.tar.bz2
nixpkgs-d353521423c7871a93380410e8fb06ce2d9d53f8.tar.lz
nixpkgs-d353521423c7871a93380410e8fb06ce2d9d53f8.tar.xz
nixpkgs-d353521423c7871a93380410e8fb06ce2d9d53f8.tar.zst
nixpkgs-d353521423c7871a93380410e8fb06ce2d9d53f8.zip
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?
Diffstat (limited to 'pkgs/development/libraries/icu')
-rw-r--r--pkgs/development/libraries/icu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/icu/default.nix b/pkgs/development/libraries/icu/default.nix
index ee8dc594598..e95cb7ad097 100644
--- a/pkgs/development/libraries/icu/default.nix
+++ b/pkgs/development/libraries/icu/default.nix
@@ -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