summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2011-09-28 15:22:58 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2011-09-28 15:22:58 +0000
commit9457c15f418d0892a49a7842c069a7274ee65c44 (patch)
tree3ca514867f2755ade1f98c45b7311081e10dc4dc /pkgs/development
parentdc55be9e050eea7c8ebd59acb7fd8963d7a31f56 (diff)
downloadnixpkgs-9457c15f418d0892a49a7842c069a7274ee65c44.tar
nixpkgs-9457c15f418d0892a49a7842c069a7274ee65c44.tar.gz
nixpkgs-9457c15f418d0892a49a7842c069a7274ee65c44.tar.bz2
nixpkgs-9457c15f418d0892a49a7842c069a7274ee65c44.tar.lz
nixpkgs-9457c15f418d0892a49a7842c069a7274ee65c44.tar.xz
nixpkgs-9457c15f418d0892a49a7842c069a7274ee65c44.tar.zst
nixpkgs-9457c15f418d0892a49a7842c069a7274ee65c44.zip
icu4c-4.8.1
svn path=/nixpkgs/trunk/; revision=29526
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 c15bbe2491c..0474b79a847 100644
--- a/pkgs/development/libraries/icu/default.nix
+++ b/pkgs/development/libraries/icu/default.nix
@@ -2,7 +2,7 @@
 
 let
   pname = "icu4c";
-  version = "4.6";
+  version = "4.8.1";
 in
 
 stdenv.mkDerivation {
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
   src = fetchurl {
     url = "http://download.icu-project.org/files/${pname}/${version}/${pname}-"
       + (stdenv.lib.replaceChars ["."] ["_"] version) + "-src.tgz";
-    sha256 = "1z6zklqdf6pq7fckk8ar4vmfrnw79bih6yc8gwc7k2vx2alav8dm";
+    sha256 = "13zq190gl54zr84f0k48w9knarjsb966jkailyy06yhqjipcv90r";
   };
 
   postUnpack = "