ibm-plex: 3.0.0 -> 4.0.1

This commit is contained in:
Mario Rodas 2019-11-18 16:20:00 -05:00
parent 5f3b21f7b0
commit adacd7ad78
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "3.0.0";
version = "4.0.1";
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 = "1vv0lf2fn0y0ln14s4my8x2mykq1lwqpmkjkhs6cm48mzf740nhs";
sha256 = "11d5bsv7d5rbp9f1gf1l4za3xj6jlqwnvsl5ipwx4angh1kb7nk8";
meta = with lib; {
description = "IBM Plex Typeface";