Merge pull request #45321 from ashkitten/patch-1

noto-fonts-emoji: 2017-09-13 -> 2018-04-24
This commit is contained in:
Jörg Thalheim 2018-08-19 09:02:00 +01:00 committed by GitHub
commit b5adaf2bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,14 +86,14 @@ rec {
maintainers = with maintainers; [ mathnerd314 ];
};
};
noto-fonts-emoji = let version = "2017-09-13-design-refresh"; in stdenv.mkDerivation {
noto-fonts-emoji = let version = "2018-04-24-pistol-update"; in stdenv.mkDerivation {
name = "noto-fonts-emoji-${version}";
src = fetchFromGitHub {
owner = "googlei18n";
repo = "noto-emoji";
rev = "v${version}";
sha256 = "1ixz03207kzh6jhmw8bpi77pxkfzq46dk26sr41m5kkvc14d14vl";
sha256 = "1f9k182j0619xvwk60gw2hng3lcd483sva2fabjdhznk8yf9f7jg";
};
buildInputs = [ cairo ];