mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
unicode-paracode: use unicode 10 -> 11 data
This commit is contained in:
parent
ebbad6c86d
commit
943170898d
|
@ -12,8 +12,8 @@ python3Packages.buildPythonApplication rec {
|
|||
};
|
||||
|
||||
ucdtxt = fetchurl {
|
||||
url = http://www.unicode.org/Public/10.0.0/ucd/UnicodeData.txt;
|
||||
sha256 = "1cfak1j753zcrbgixwgppyxhm4w8vda8vxhqymi7n5ljfi6kwhjj";
|
||||
url = http://www.unicode.org/Public/11.0.0/ucd/UnicodeData.txt;
|
||||
sha256 = "16b0jzvvzarnlxdvs2izd5ia0ipbd87md143dc6lv6xpdqcs75s9";
|
||||
};
|
||||
|
||||
postFixup = ''
|
||||
|
|
Loading…
Reference in a new issue