ibm-plex: 1.1.6 -> 1.2.1

This commit is contained in:
Mario Rodas 2018-11-03 20:32:19 -05:00
parent 800184df21
commit b81a37549e

View File

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