From e5f933977c41072de7ac22f5f47b413a38268456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 19 Sep 2022 07:29:12 +0200 Subject: [PATCH] feat(unicodmenu): update to unicode 15 --- packages/scripts/unicodmenu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/scripts/unicodmenu.nix b/packages/scripts/unicodmenu.nix index 092f700..bb99c8e 100644 --- a/packages/scripts/unicodmenu.nix +++ b/packages/scripts/unicodmenu.nix @@ -20,7 +20,7 @@ with open("${ fetchurl { url = "https://unicode.org/Public/UCD/latest/ucd/UnicodeData.txt"; - sha256 = "sha256-NgGOaGV/3LNIX2NmMP/oyFMuAcl3cD0oA/W4nWxf6vs="; + sha256 = "0wva6ygnh3wrzpzy0kcbc32hz1ydx3k2pqc5xkqrfw83cpnrlvl0"; } }", "r") as unicode_data: reader = csv.reader(unicode_data, delimiter=";")