unicode-idna: 16.0.0 -> 17.0.0 (#468394)

This commit is contained in:
Jo
2025-12-13 12:06:46 +00:00
committed by GitHub
+3 -3
View File
@@ -6,11 +6,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "unicode-idna";
version = "16.0.0";
version = "17.0.0";
src = fetchurl {
url = "https://www.unicode.org/Public/idna/${finalAttrs.version}/IdnaMappingTable.txt";
hash = "sha256-bbLvTtNfOz3nTrwuAEBKlgf3bUmfV2uNQEPPFPHtF1w=";
url = "https://www.unicode.org/Public/${finalAttrs.version}/idna/IdnaMappingTable.txt";
hash = "sha256-h/BVBdwCb9sr/xYTK9xoqAFGdYNogqmisYRFQK0744I=";
};
dontUnpack = true;