mirror of
https://github.com/kmein/niveum
synced 2026-03-22 12:51:08 +01:00
feat(unicodmenu): update to unicode 15
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
with open("${
|
with open("${
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = "https://unicode.org/Public/UCD/latest/ucd/UnicodeData.txt";
|
url = "https://unicode.org/Public/UCD/latest/ucd/UnicodeData.txt";
|
||||||
sha256 = "sha256-NgGOaGV/3LNIX2NmMP/oyFMuAcl3cD0oA/W4nWxf6vs=";
|
sha256 = "0wva6ygnh3wrzpzy0kcbc32hz1ydx3k2pqc5xkqrfw83cpnrlvl0";
|
||||||
}
|
}
|
||||||
}", "r") as unicode_data:
|
}", "r") as unicode_data:
|
||||||
reader = csv.reader(unicode_data, delimiter=";")
|
reader = csv.reader(unicode_data, delimiter=";")
|
||||||
|
|||||||
Reference in New Issue
Block a user