Skip to content

Commit b0703a0

Browse files
authored
cldr-annotations: 46.0 -> 46.1 (#372518)
2 parents f5de194 + 6d73ef8 commit b0703a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/cl/cldr-annotations/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
stdenvNoCC.mkDerivation rec {
88
pname = "cldr-annotations";
9-
version = "46.0";
9+
version = "46.1";
1010

1111
src = fetchzip {
12-
url = "https://unicode.org/Public/cldr/${lib.versions.major version}/cldr-common-${version}.zip";
12+
url = "https://unicode.org/Public/cldr/${version}/cldr-common-${version}.zip";
1313
stripRoot = false;
14-
hash = "sha256-d8VjhE4k4QdlWNtUGcQf1jx7igBxziCwNpWx0ef4h8c=";
14+
hash = "sha256-HNQVVbUIjsGOnkzUlH2m8I0IDgEfy2omCTekZlSyXQI=";
1515
};
1616

1717
installPhase = ''

0 commit comments

Comments
 (0)