We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62d0993 + adacd7a commit e89b215Copy full SHA for e89b215
1 file changed
pkgs/data/fonts/ibm-plex/default.nix
@@ -1,15 +1,15 @@
1
{ lib, fetchzip }:
2
3
let
4
- version = "3.0.0";
+ version = "4.0.1";
5
in fetchzip {
6
name = "ibm-plex-${version}";
7
url = "https://github.com/IBM/plex/releases/download/v${version}/OpenType.zip";
8
postFetch = ''
9
mkdir -p $out/share/fonts
10
unzip -j $downloadedFile "OpenType/*/*.otf" -d $out/share/fonts/opentype
11
'';
12
- sha256 = "1vv0lf2fn0y0ln14s4my8x2mykq1lwqpmkjkhs6cm48mzf740nhs";
+ sha256 = "11d5bsv7d5rbp9f1gf1l4za3xj6jlqwnvsl5ipwx4angh1kb7nk8";
13
14
meta = with lib; {
15
description = "IBM Plex Typeface";
0 commit comments