From 53445ab7bd000e5d503d9016b22b4eb27d9db6ee Mon Sep 17 00:00:00 2001 From: kilianar Date: Wed, 14 Sep 2022 22:57:13 +0200 Subject: [PATCH] unicode-paracode: update ucdtxt to 15.0.0 --- pkgs/tools/misc/unicode/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/unicode/default.nix b/pkgs/tools/misc/unicode/default.nix index 967332f5fd4b..9761fd73f4f3 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 = "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 ];