Merge pull request #75409 from marsam/update-ibm-plex

ibm-plex: 4.0.1 -> 4.0.2
This commit is contained in:
José Romildo Malaquias 2019-12-09 23:19:22 -03:00 committed by GitHub
commit 3a1ce56259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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