cldr-annotations: 42.0 -> 43.0

https://cldr.unicode.org/index/downloads/cldr-43
This commit is contained in:
D Anzorge 2023-04-18 14:41:55 +02:00
parent 75c131fc1b
commit 639e754db5

View File

@ -2,12 +2,12 @@
stdenvNoCC.mkDerivation rec {
pname = "cldr-annotations";
version = "42.0";
version = "43.0";
src = fetchzip {
url = "https://unicode.org/Public/cldr/${lib.versions.major version}/cldr-common-${version}.zip";
stripRoot = false;
hash = "sha256-paRon3ecGXNp3ZDnN1DU9RVU2NDWTBiKjy0OP3vcPLE=";
hash = "sha256-L8ikzRpSw4mDCV79TiUqhPHWC0PmGi4i4He0OAB54R0=";
};
installPhase = ''