noto-fonts-emoji: 2018-04-24-pistol-update -> 2018-08-10-unicode11
https://github.com/googlei18n/noto-emoji/releases/tag/v2018-08-10-unicode11
This commit is contained in:
parent
b2042983ef
commit
84bd0c6859
1 changed files with 2 additions and 2 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 ];
|
||||
|
|
Loading…
Reference in a new issue