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.
1 parent 5481511 commit 87a3fc4Copy full SHA for 87a3fc4
pkgs/by-name/un/unicode-idna/package.nix
@@ -6,11 +6,11 @@
6
7
stdenvNoCC.mkDerivation (finalAttrs: {
8
pname = "unicode-idna";
9
- version = "16.0.0";
+ version = "17.0.0";
10
11
src = fetchurl {
12
- url = "https://www.unicode.org/Public/idna/${finalAttrs.version}/IdnaMappingTable.txt";
13
- hash = "sha256-bbLvTtNfOz3nTrwuAEBKlgf3bUmfV2uNQEPPFPHtF1w=";
+ url = "https://www.unicode.org/Public/${finalAttrs.version}/idna/IdnaMappingTable.txt";
+ hash = "sha256-h/BVBdwCb9sr/xYTK9xoqAFGdYNogqmisYRFQK0744I=";
14
};
15
16
dontUnpack = true;
0 commit comments