summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorFrank Doepper <woffs@woffs.de>2017-10-04 11:21:41 +0200
committerFrank Doepper <woffs@woffs.de>2017-10-04 11:21:41 +0200
commit12f9b43c163fb6ff7372ae29e81c2893bf6e63cb (patch)
treeabc7a5077db3545d80ba150043a7f38d931fd7d7 /pkgs/tools/misc
parent5b23d464a510d51d5e0bcbdfc0a3dc7e86ff8145 (diff)
downloadnixlib-12f9b43c163fb6ff7372ae29e81c2893bf6e63cb.tar
nixlib-12f9b43c163fb6ff7372ae29e81c2893bf6e63cb.tar.gz
nixlib-12f9b43c163fb6ff7372ae29e81c2893bf6e63cb.tar.bz2
nixlib-12f9b43c163fb6ff7372ae29e81c2893bf6e63cb.tar.lz
nixlib-12f9b43c163fb6ff7372ae29e81c2893bf6e63cb.tar.xz
nixlib-12f9b43c163fb6ff7372ae29e81c2893bf6e63cb.tar.zst
nixlib-12f9b43c163fb6ff7372ae29e81c2893bf6e63cb.zip
unicode: change UnicodeData.txt to stable version
latest final release of Unicode is 10.0.0. 11.0.0 is not yet released.
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/unicode/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/unicode/default.nix b/pkgs/tools/misc/unicode/default.nix
index 2b1f5da6e2f9..d2a4ed39e9ac 100644
--- a/pkgs/tools/misc/unicode/default.nix
+++ b/pkgs/tools/misc/unicode/default.nix
@@ -12,8 +12,8 @@ python3Packages.buildPythonApplication rec {
   };
 
   ucdtxt = fetchurl {
-    url = http://www.unicode.org/Public/11.0.0/ucd/UnicodeData-11.0.0d1.txt;
-    sha256 = "0y9l0sap7yq7c7c8d0fivzycqaw0zncbxzh1inggg42308z974rn";
+    url = http://www.unicode.org/Public/10.0.0/ucd/UnicodeData.txt;
+    sha256 = "1cfak1j753zcrbgixwgppyxhm4w8vda8vxhqymi7n5ljfi6kwhjj";
   };
 
   postFixup = ''