We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5de194 + 6d73ef8 commit b0703a0Copy full SHA for b0703a0
pkgs/by-name/cl/cldr-annotations/package.nix
@@ -6,12 +6,12 @@
6
7
stdenvNoCC.mkDerivation rec {
8
pname = "cldr-annotations";
9
- version = "46.0";
+ version = "46.1";
10
11
src = fetchzip {
12
- url = "https://unicode.org/Public/cldr/${lib.versions.major version}/cldr-common-${version}.zip";
+ url = "https://unicode.org/Public/cldr/${version}/cldr-common-${version}.zip";
13
stripRoot = false;
14
- hash = "sha256-d8VjhE4k4QdlWNtUGcQf1jx7igBxziCwNpWx0ef4h8c=";
+ hash = "sha256-HNQVVbUIjsGOnkzUlH2m8I0IDgEfy2omCTekZlSyXQI=";
15
};
16
17
installPhase = ''
0 commit comments