cldr-annotations: fix hash (#361442)

This commit is contained in:
Aleksana
2024-12-04 20:46:26 +08:00
committed by GitHub
+1 -1
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 = ''