Skip to content

Commit 00c682e

Browse files
joypixels: 8.0.0 -> 9.0.0 (NixOS#349056)
2 parents 8089e6b + 2610a20 commit 00c682e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pkgs/data/fonts/joypixels/default.nix

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ in
6363

6464
stdenv.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
'';
@@ -104,6 +104,7 @@ stdenv.mkDerivation rec {
104104
url = free-license.url;
105105
appendixUrl = appendix.url;
106106
free = false;
107+
redistributable = true;
107108
};
108109
maintainers = with maintainers; [ toonn jtojnar ];
109110
# Not quite accurate since it's a font, not a program, but clearly

0 commit comments

Comments
 (0)