unihan-database: 15.0.0 → 15.1.0

This commit is contained in:
Jan Tojnar 2023-11-17 22:00:20 +01:00
parent 8509ff199c
commit f7f21f844e

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "unihan-database";
version = "15.0.0";
version = "15.1.0";
src = fetchurl {
url = "https://www.unicode.org/Public/zipped/${version}/Unihan.zip";
hash = "sha256-JLFUaR/JfLRCZ7kl1iBkKXCGs/iWtXqBgce21CcCoCY=";
hash = "sha256-oCJmEOMkvPeErDgOEfTL9TPuHms9AosJkb+MDcP4WFM=";
};
nativeBuildInputs = [