lol

cldr-annotations: 44.0 -> 45.0

Release notes: https://cldr.unicode.org/index/downloads/cldr-45

authored by

Dee Anzorge and committed by
Alyssa Ross
e1d14607 54f77142

+3 -3
+3 -3
pkgs/data/misc/cldr-annotations/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "cldr-annotations"; 5 - version = "44.0"; 5 + version = "45.0"; 6 6 7 7 src = fetchzip { 8 8 url = "https://unicode.org/Public/cldr/${lib.versions.major version}/cldr-common-${version}.zip"; 9 9 stripRoot = false; 10 - hash = "sha256-oK+NlzuRF45laEMJKhNDzr12RF4CHIfDFNBFsIjJh1I="; 10 + hash = "sha256-8Id9thc3LWSw87aNpuSjQuLmFsx+XvXcz8Ox1Ua3sJw="; 11 11 }; 12 12 13 13 installPhase = '' ··· 22 22 meta = with lib; { 23 23 description = "Names and keywords for Unicode characters from the Common Locale Data Repository"; 24 24 homepage = "https://cldr.unicode.org"; 25 - license = licenses.unicode-dfs-2016; 25 + license = licenses.unicode-30; 26 26 platforms = platforms.all; 27 27 maintainers = with maintainers; [ DeeUnderscore ]; 28 28 };