mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
ibm-plex: 5.1.3 -> 6.0.0
https://github.com/IBM/plex/releases/tag/v6.0.0
This commit is contained in:
parent
f068504014
commit
36d6f48076
@ -1,7 +1,7 @@
|
|||||||
{ lib, fetchzip }:
|
{ lib, fetchzip }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "5.1.3";
|
version = "6.0.0";
|
||||||
|
|
||||||
in fetchzip {
|
in fetchzip {
|
||||||
name = "ibm-plex-${version}";
|
name = "ibm-plex-${version}";
|
||||||
@ -10,14 +10,15 @@ in fetchzip {
|
|||||||
|
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
mkdir -p $out/share/fonts
|
mkdir -p $out/share/fonts
|
||||||
unzip -j $downloadedFile "OpenType/*/*.otf" -d $out/share/fonts/opentype
|
unzip -j $downloadedFile "OpenType/*/*.otf" -x "OpenType/IBM-Plex-Sans-JP/unhinted/*" -d $out/share/fonts/opentype
|
||||||
'';
|
'';
|
||||||
|
|
||||||
sha256 = "0w07fkhav2lqdyki7ipnkpji5ngwarlhsyliy0ip7cd29x24ys5h";
|
sha256 = "0zv9kw4hmchf374pl0iajzybmx5wklsplg56j115m46i4spij6mr";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "IBM Plex Typeface";
|
description = "IBM Plex Typeface";
|
||||||
homepage = "https://www.ibm.com/plex/";
|
homepage = "https://www.ibm.com/plex/";
|
||||||
|
changelog = "https://github.com/IBM/plex/raw/v${version}/CHANGELOG.md";
|
||||||
license = licenses.ofl;
|
license = licenses.ofl;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.romildo ];
|
maintainers = [ maintainers.romildo ];
|
||||||
|
Loading…
Reference in New Issue
Block a user