···5859stdenv.mkDerivation rec {
60 pname = "joypixels";
61- version = "6.5.0";
6263 src = assert !acceptLicense -> throwLicense;
64 with systemSpecific; fetchurl {
65 name = fontFile;
66 url = "https://cdn.joypixels.com/distributions/${systemTag}/font/${version}/${fontFile}";
67 sha256 = {
68- darwin = "034bwxy6ljvhx9zlm6jkb8vw222sg79sjwlcjfql51rk6zkmv4wx";
69- }.${kernel.name} or "1v6hz0qhbnzayxhs5j9qfa2ggn7nak53ij7kr06m93wcmlnnln86";
70 };
7172 dontUnpack = true;
···82 meta = with lib; {
83 description = "The finest emoji you can use legally (formerly EmojiOne)";
84 longDescription = ''
85- Updated for 2021! JoyPixels 6.5 includes 3,559 originally crafted icon
86 designs and is 100% Unicode 13.1 compatible. We offer the largest
87 selection of files ranging from png, svg, iconjar, sprites, and fonts.
88 '';
···5859stdenv.mkDerivation rec {
60 pname = "joypixels";
61+ version = "6.6.0";
6263 src = assert !acceptLicense -> throwLicense;
64 with systemSpecific; fetchurl {
65 name = fontFile;
66 url = "https://cdn.joypixels.com/distributions/${systemTag}/font/${version}/${fontFile}";
67 sha256 = {
68+ darwin = "0qcmb2vn2nykyikzgnlma627zhks7ksy1vkgvpcmqwyxq4bd38d7";
69+ }.${kernel.name} or "17gjaz7353zyprmds64p01qivy2r8pwf88nvvhi57idas2qd604n";
70 };
7172 dontUnpack = true;
···82 meta = with lib; {
83 description = "The finest emoji you can use legally (formerly EmojiOne)";
84 longDescription = ''
85+ Updated for 2021! JoyPixels 6.6 includes 3,559 originally crafted icon
86 designs and is 100% Unicode 13.1 compatible. We offer the largest
87 selection of files ranging from png, svg, iconjar, sprites, and fonts.
88 '';