Unverified Commit 4c135f04 authored by Kylie McClain's avatar Kylie McClain
Browse files

twitter-color-emoji: 14.0.2 -> 14.1.2

This update switches to @jdecked's fork, which is now used by Discord.

Elon Musk fired the employees who maintained Twemoji; @jdecked is one
of the two former employees who maintained it, so it seems likely this
could become the new upstream of its development.

https://github.com/jdecked/twemoji/issues/10#issuecomment-1487768059
parent 4bb072f0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@
}:

let
  version = "14.0.0";
  version = "14.1.2";

  twemojiSrc = fetchFromGitHub {
    name = "twemoji";
    owner = "twitter";
    owner = "jdecked";
    repo = "twemoji";
    rev = "v${version}";
    sha256 = "sha256-ar6rBYudMIMngMVe/IowDV3X8wA77JBA6g0x/M7YLMg=";
    sha256 = "sha256-UQ4PwO4D1kw7JOMf6xSaRBfT822KwrvWBPDmaQjkRVQ=";
  };

  pythonEnv =
@@ -100,7 +100,7 @@ stdenv.mkDerivation rec {

      This font uses Google’s CBDT format making it work on Android and Linux graphical stack.
    '';
    homepage = "https://twemoji.twitter.com/";
    homepage = "https://github.com/jdecked/twemoji";
    # In noto-emoji-fonts source
    ## noto-emoji code is in ASL 2.0 license
    ## Emoji fonts are under OFL license