noto-fonts-color-emoji: 2.038 -> 2.042
Emoji 15.0 → 15.1 https://github.com/googlefonts/noto-emoji/releases/tag/v2.042
This commit is contained in:
parent
5d42b84e1b
commit
19b79e77c6
1 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@ rec {
|
|||
|
||||
noto-fonts-color-emoji =
|
||||
let
|
||||
version = "2.038";
|
||||
version = "2.042";
|
||||
emojiPythonEnv =
|
||||
buildPackages.python3.withPackages (p: with p; [ fonttools nototools ]);
|
||||
in
|
||||
|
@ -178,7 +178,7 @@ rec {
|
|||
owner = "googlefonts";
|
||||
repo = "noto-emoji";
|
||||
rev = "v${version}";
|
||||
sha256 = "1rgmcc6nqq805iqr8kvxxlk5cf50q714xaxk3ld6rjrd69kb8ix9";
|
||||
hash = "sha256-otJQMXrBIPrxD1vCdgcrZ2h1a9XAMbqEBFumjz1XJ54=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
|
|
Loading…
Reference in a new issue