noto-fonts-cjk-serif: 2.002 -> 2.003

This commit is contained in:
R. Ryantm
2024-08-09 05:14:58 +00:00
parent c3f597a013
commit fb5c061ea7
@@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation rec {
pname = "noto-fonts-cjk-serif";
version = "2.002";
version = "2.003";
src = fetchFromGitHub {
owner = "notofonts";
repo = "noto-cjk";
rev = "Serif${version}";
hash = "sha256-GLjpTAiHfygj1J4AdUVDJh8kykkFOglq+h4kyat5W9s=";
hash = "sha256-E+Ic7XhomI6cUa+q77gQvMlaLvy+vgTq4NJ58/nPZtk=";
sparseCheckout = [ "Serif/Variable/OTC" ];
};