3
0
Fork 0
forked from mirrors/nixpkgs

noto-fonts-emoji: 2020-09-16-unicode13_1 -> 2.028

This commit is contained in:
sternenseemann 2021-07-24 14:17:49 +02:00
parent 35e3d5d6aa
commit 47c6e2fc49

View file

@ -110,7 +110,7 @@ in
};
noto-fonts-emoji = let
version = "2020-09-16-unicode13_1";
version = "2.028";
emojiPythonEnv =
python3.withPackages (p: with p; [ fonttools nototools ]);
in stdenv.mkDerivation {
@ -121,7 +121,7 @@ in
owner = "googlefonts";
repo = "noto-emoji";
rev = "v${version}";
sha256 = "0659336dp0l2nkac153jpcb9yvp0p3dx1crcyxjd14i8cqkfi2hh";
sha256 = "0dy7px7wfl6bqkfzz82jm4gvbjp338ddsx0mwfl6m7z48l7ng4v6";
};
nativeBuildInputs = [