1 { lib, stdenvNoCC, fetchurl, unzip }:
4 rev = "e764ba00b9c34524e3ff3ffd19a44fa2a5c296a5";
6 stdenvNoCC.mkDerivation {
8 version = "unstable-2019-07-24";
11 url = "https://git.pleroma.social/pleroma/emoji-index/-/raw/${rev}/packs/blobs_gg.zip";
12 hash = "sha256-OhLzoYFnjVs1hKYglUEbDWCjNRGBNZENh5kg+K3lpX8=";
17 nativeBuildInputs = [ unzip ];
29 description = "Blob emoji from blobs.gg repacked as APNG";
30 homepage = "https://blobs.gg";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ mvs ];