File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/data/fonts/joypixels Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6363
6464stdenv . mkDerivation rec {
6565 pname = "joypixels" ;
66- version = "8 .0.0" ;
66+ version = "9 .0.0" ;
6767
6868 src = assert ! acceptLicense -> throwLicense ;
6969 with systemSpecific ; fetchurl {
7070 name = fontFile ;
7171 url = "https://cdn.joypixels.com/distributions/${ systemTag } /font/${ version } /${ fontFile } " ;
7272 sha256 = {
73- darwin = "0kj4nck6k91avhan9iy3n8hhk47xr44rd1lzljjx3w2yzw1w9zvv " ;
74- } . ${ kernel . name } or "1bkyclgmvl6ppbdvidc5xr1g6f215slf0glnh5p6fsfbxc5h95bw " ;
73+ darwin = "sha256-muUxXzz8BePyPsiZocYvM0ebM1H+u84ysN5YUvsMLiU= " ;
74+ } . ${ kernel . name } or "sha256-pmGsVgYSK/c5OlhOXhNlRBs/XppMXmsHcZeSmIkuED4= " ;
7575 } ;
7676
7777 dontUnpack = true ;
@@ -87,8 +87,8 @@ stdenv.mkDerivation rec {
8787 meta = with lib ; {
8888 description = "Finest emoji you can use legally (formerly EmojiOne)" ;
8989 longDescription = ''
90- Updated for 2023 ! JoyPixels 8 .0 includes 3,702 originally crafted icon
91- designs and is 100% Unicode 15.0 compatible. We offer the largest
90+ Updated for 2024 ! JoyPixels 9 .0 includes 3,820 originally crafted icon
91+ designs and is 100% Unicode 15.1 compatible. We offer the largest
9292 selection of files ranging from png, svg, iconjar, and fonts (sprites
9393 available upon request).
9494 '' ;
You can’t perform that action at this time.
0 commit comments