unicode-paracode: update ucdtxt to 15.0.0

This commit is contained in:
kilianar 2022-09-14 22:57:13 +02:00
parent c054339afc
commit 53445ab7bd

View File

@ -12,8 +12,8 @@ python3Packages.buildPythonApplication rec {
};
ucdtxt = fetchurl {
url = "https://www.unicode.org/Public/14.0.0/ucd/UnicodeData.txt";
sha256 = "sha256-NgGOaGV/3LNIX2NmMP/oyFMuAcl3cD0oA/W4nWxf6vs=";
url = "https://www.unicode.org/Public/15.0.0/ucd/UnicodeData.txt";
sha256 = "sha256-gG6a7WUDcZfx7IXhK+bozYcPxWCLTeD//ZkPaJ83anM=";
};
nativeBuildInputs = [ installShellFiles ];