twitter-color-emoji: 14.1.2 -> 15.0.2

https://github.com/jdecked/twemoji/releases/tag/v15.0.2
This commit is contained in:
Naïm Favier 2023-12-04 17:27:54 +01:00
parent 4679e3657f
commit a1975fdf65
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -14,14 +14,14 @@
}:
let
version = "14.1.2";
version = "15.0.2";
twemojiSrc = fetchFromGitHub {
name = "twemoji";
owner = "jdecked";
repo = "twemoji";
rev = "v${version}";
sha256 = "sha256-UQ4PwO4D1kw7JOMf6xSaRBfT822KwrvWBPDmaQjkRVQ=";
hash = "sha256-FLOqXDpSFyClBlG5u3IRL0EKeu1mckCfRizJh++IWxo=";
};
pythonEnv =