ibm-plex: 2.0.0 -> 3.0.0

Changelog: https://github.com/IBM/plex/releases/tag/v3.0.0
This commit is contained in:
Mario Rodas 2019-10-06 04:20:00 -05:00
parent 0002a7d9ee
commit c133c29fb5
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -1,7 +1,7 @@
{ lib, fetchzip }: { lib, fetchzip }:
let let
version = "2.0.0"; version = "3.0.0";
in fetchzip { in fetchzip {
name = "ibm-plex-${version}"; name = "ibm-plex-${version}";
url = "https://github.com/IBM/plex/releases/download/v${version}/OpenType.zip"; url = "https://github.com/IBM/plex/releases/download/v${version}/OpenType.zip";
@ -9,7 +9,7 @@ in fetchzip {
mkdir -p $out/share/fonts mkdir -p $out/share/fonts
unzip -j $downloadedFile "OpenType/*/*.otf" -d $out/share/fonts/opentype unzip -j $downloadedFile "OpenType/*/*.otf" -d $out/share/fonts/opentype
''; '';
sha256 = "0m4paww4349d37s7j20a00hp514p1jq54xrnz45wyrafb8pkah4g"; sha256 = "1vv0lf2fn0y0ln14s4my8x2mykq1lwqpmkjkhs6cm48mzf740nhs";
meta = with lib; { meta = with lib; {
description = "IBM Plex Typeface"; description = "IBM Plex Typeface";