Merge pull request #226877 from DeeUnderscore/update/cldr-annotations-43

cldr-annotations: 42.0 -> 43.0
This commit is contained in:
Mario Rodas 2023-04-20 19:33:06 -05:00 committed by GitHub
commit 3c4d1ef08a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''