ibm-plex: 1.4.1 -> 2.0.0

https://github.com/IBM/plex/releases/tag/v2.0.0
This commit is contained in:
Will Dietz 2019-06-04 14:43:13 -05:00
parent 984120f4c9
commit b9c4cc1088
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "1.4.1";
version = "2.0.0";
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 "OpenType/*/*.otf" -d $out/share/fonts/opentype
'';
sha256 = "1y2p0gf8znryfcidg26dn9xi81wl9vq5m56ylvg5jp0sn971r4xq";
sha256 = "0m4paww4349d37s7j20a00hp514p1jq54xrnz45wyrafb8pkah4g";
meta = with lib; {
description = "IBM Plex Typeface";