3
0
Fork 0
forked from mirrors/nixpkgs

ibm-plex: 5.0.0 -> 5.1.0

https://github.com/IBM/plex/releases/tag/v5.1.0
This commit is contained in:
Will Dietz 2020-07-28 23:42:03 -05:00
parent 65eab104a3
commit f395842414
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "5.0.0";
version = "5.1.0";
in fetchzip {
name = "ibm-plex-${version}";
@ -13,7 +13,7 @@ in fetchzip {
unzip -j $downloadedFile "OpenType/*/*.otf" -d $out/share/fonts/opentype
'';
sha256 = "1m8a9p0bryrj05v7sg9kqvyp0ddhgdwd0zjbn0i4l296cj5s2k97";
sha256 = "1lcbj6zkpnsq38s2xkx3z4d7bd43k630lmzmgdcv1w05gjij0pw5";
meta = with lib; {
description = "IBM Plex Typeface";