noto-fonts-emoji: unstable-2020-08-20 → 2020-09-16-unicode13.1
This commit is contained in:
parent
e8a612c066
commit
ebd9355231
|
@ -111,18 +111,18 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
noto-fonts-emoji = let
|
noto-fonts-emoji = let
|
||||||
version = "unstable-2020-08-20";
|
version = "2020-09-16-unicode13_1";
|
||||||
emojiPythonEnv =
|
emojiPythonEnv =
|
||||||
python3.withPackages (p: with p; [ fonttools nototools ]);
|
python3.withPackages (p: with p; [ fonttools nototools ]);
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
pname = "noto-fonts-emoji";
|
pname = "noto-fonts-emoji";
|
||||||
inherit version;
|
version = builtins.replaceStrings [ "_" ] [ "." ] version;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "googlefonts";
|
owner = "googlefonts";
|
||||||
repo = "noto-emoji";
|
repo = "noto-emoji";
|
||||||
rev = "1bc491419fa2925d018f27bfe702792031be0e68";
|
rev = "v${version}";
|
||||||
sha256 = "1vak4s1p4wlwzpnqfb1c2sg62q82gnjpnmqrfz8xl6bd0z55imzy";
|
sha256 = "0659336dp0l2nkac153jpcb9yvp0p3dx1crcyxjd14i8cqkfi2hh";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue