ibm-plex: 1.2.3 -> 1.3.0

Adds Arabic support!

https://github.com/IBM/plex/releases/tag/v1.3.0
This commit is contained in:
Will Dietz 2019-03-15 00:44:02 -05:00
parent 4b6a41a939
commit eb55e512f1

View File

@ -1,15 +1,15 @@
{ lib, fetchzip }:
let
version = "1.2.3";
version = "1.3.0";
in fetchzip rec {
name = "ibm-plex-${version}";
url = "https://github.com/IBM/plex/releases/download/v${version}/OpenType.zip";
postFetch = ''
mkdir -p $out/share/fonts
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
unzip -j $downloadedFile "OpenType/*/*.otf" -d $out/share/fonts/opentype
'';
sha256 = "16vmby2svr4q0lvsnrpxzmhkb6yv84x2jg6jccaj7x9vq56b4adg";
sha256 = "1xjvxyp7h1f7m82800m3q71hksddh25c9a9vnr3r070ppi19s5fc";
meta = with lib; {
description = "IBM Plex Typeface";