Merge pull request #131327 from sternenseemann/noto-fonts-emoji-2.028

noto-fonts-emoji: 2020-09-16-unicode13_1 -> 2.028
This commit is contained in:
Sandro 2021-07-24 22:25:36 +00:00 committed by GitHub
commit 84bc329e6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [