cldr-annotations: 43.0 -> 44.0

https://cldr.unicode.org/index/downloads/cldr-44
This commit is contained in:
Dee Anzorge 2023-11-03 19:25:11 +01:00
parent 27ead4fec3
commit 78f4873a4f

View file

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