cldr-annotations: fix hash

This commit is contained in:
Ophestra Umiker 2024-12-03 22:06:19 +09:00
parent abf234f409
commit be1689acce
No known key found for this signature in database

View File

@ -7,7 +7,7 @@ stdenvNoCC.mkDerivation rec {
src = fetchzip {
url = "https://unicode.org/Public/cldr/${lib.versions.major version}/cldr-common-${version}.zip";
stripRoot = false;
hash = "sha256-dXfbJTBlIg/+JXSrjdf8/iS4vHo7bt5YUwh+5dlsSiw=";
hash = "sha256-d8VjhE4k4QdlWNtUGcQf1jx7igBxziCwNpWx0ef4h8c=";
};
installPhase = ''