Merge pull request #167914 from DeeUnderscore/update/cldr-annotations-41.0

cldr-annotations: 40.0 -> 41.0

authored by Bobby Rong and committed by GitHub 4fea68fd 7252fdee

+3 -3
+3 -3
pkgs/data/misc/cldr-annotations/default.nix
··· 1 1 { lib, fetchzip }: 2 2 3 3 let 4 - version = "40.0"; 4 + version = "41.0"; 5 5 in fetchzip rec { 6 6 name = "cldr-annotations-${version}"; 7 7 8 - url = "https://unicode.org/Public/cldr/40/cldr-common-${version}.zip"; 8 + url = "https://unicode.org/Public/cldr/${lib.versions.major version}/cldr-common-${version}.zip"; 9 9 10 10 postFetch = '' 11 11 mkdir -p $out/share/unicode/cldr 12 12 unzip -d $out/share/unicode/cldr $downloadedFile 'common/annotations/*' 'common/annotationsDerived/*' 13 13 ''; 14 14 15 - sha256 = "sha256-L4NSMNFYKJWV3qKQhio9eMABtDlLieT9VeMZfzeAkbM="; 15 + sha256 = "sha256-3dHVZGx3FmR97fzhlTSx/xp6YTAV+sMExl6gpLzl1MY="; 16 16 17 17 meta = with lib; { 18 18 description = "Names and keywords for Unicode characters from the Common Locale Data Repository";