mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #50969 from dtzWill/update/noto-fonts-emoji-unicode11
noto-fonts-emoji: 2018-04-24-pistol-update -> 2018-08-10-unicode11
This commit is contained in:
commit
a33ee551ce
1 changed files with 3 additions and 3 deletions
|
@ -86,14 +86,14 @@ rec {
|
|||
maintainers = with maintainers; [ mathnerd314 ];
|
||||
};
|
||||
};
|
||||
noto-fonts-emoji = let version = "2018-04-24-pistol-update"; in stdenv.mkDerivation {
|
||||
noto-fonts-emoji = let version = "2018-08-10-unicode11"; in stdenv.mkDerivation {
|
||||
name = "noto-fonts-emoji-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "googlei18n";
|
||||
repo = "noto-emoji";
|
||||
rev = "v${version}";
|
||||
sha256 = "1f9k182j0619xvwk60gw2hng3lcd483sva2fabjdhznk8yf9f7jg";
|
||||
sha256 = "1y54zsvwf5pqhcd9cl2zz5l52qyswn6kycvrq03zm5kqqsngbw3p";
|
||||
};
|
||||
|
||||
buildInputs = [ cairo ];
|
||||
|
@ -116,7 +116,7 @@ rec {
|
|||
inherit version;
|
||||
description = "Color and Black-and-White emoji fonts";
|
||||
homepage = https://github.com/googlei18n/noto-emoji;
|
||||
license = licenses.asl20;
|
||||
license = with licenses; [ ofl asl20 ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ mathnerd314 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue