summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-11-05 18:25:39 -0800
committerWilliam A. Kennington III <william@wkennington.com>2015-11-05 18:25:39 -0800
commit94a4ffe9490a2078b7c2f7f2e5bf254bd49f0f5e (patch)
tree3b0b302ff3233f12ab6a59c0887459e93c858ca6 /pkgs/development
parent2837a5e091fe897356861b78f8fb96ed545f0863 (diff)
downloadnixlib-94a4ffe9490a2078b7c2f7f2e5bf254bd49f0f5e.tar
nixlib-94a4ffe9490a2078b7c2f7f2e5bf254bd49f0f5e.tar.gz
nixlib-94a4ffe9490a2078b7c2f7f2e5bf254bd49f0f5e.tar.bz2
nixlib-94a4ffe9490a2078b7c2f7f2e5bf254bd49f0f5e.tar.lz
nixlib-94a4ffe9490a2078b7c2f7f2e5bf254bd49f0f5e.tar.xz
nixlib-94a4ffe9490a2078b7c2f7f2e5bf254bd49f0f5e.tar.zst
nixlib-94a4ffe9490a2078b7c2f7f2e5bf254bd49f0f5e.zip
icu: 55.1 -> 56.1
Diffstat (limited to 'pkgs/development')
-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 909f4e936a94..a2196d26524e 100644
--- a/pkgs/development/libraries/icu/default.nix
+++ b/pkgs/development/libraries/icu/default.nix
@@ -2,7 +2,7 @@
 
 let
   pname = "icu4c";
-  version = "55.1";
+  version = "56.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 = "0ys5f5spizg45qlaa31j2lhgry0jka2gfha527n4ndfxxz5j4sz1";
+    sha256 = "05j86714qaj0lvhvyr2s1xncw6sk0h2dcghb3iiwykbkbh8fjr1s";
   };
 
   makeFlags = stdenv.lib.optionalString stdenv.isDarwin