noto-fonts-emoji: 2.028 -> 2.034

Unicode 14.0
This commit is contained in:
sternenseemann 2021-11-02 23:51:40 +01:00 committed by sterni
parent 56cccec572
commit 6126a8de67

View file

@ -110,12 +110,12 @@ in
};
noto-fonts-emoji = let
version = "2.028";
version = "2.034";
emojiPythonEnv =
python3.withPackages (p: with p; [ fonttools nototools ]);
in stdenv.mkDerivation {
pname = "noto-fonts-emoji";
version = builtins.replaceStrings [ "_" ] [ "." ] version;
inherit version;
src = fetchFromGitHub {
owner = "googlefonts";
@ -166,7 +166,7 @@ in
homepage = "https://github.com/googlefonts/noto-emoji";
license = with licenses; [ ofl asl20 ];
platforms = platforms.all;
maintainers = with maintainers; [ mathnerd314 ];
maintainers = with maintainers; [ mathnerd314 sternenseemann ];
};
};