Skip to content

Commit f395842

Browse files
committed
1 parent 65eab10 commit f395842

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/data/fonts/ibm-plex/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ lib, fetchzip }:
22

33
let
4-
version = "5.0.0";
4+
version = "5.1.0";
55

66
in fetchzip {
77
name = "ibm-plex-${version}";
@@ -13,7 +13,7 @@ in fetchzip {
1313
unzip -j $downloadedFile "OpenType/*/*.otf" -d $out/share/fonts/opentype
1414
'';
1515

16-
sha256 = "1m8a9p0bryrj05v7sg9kqvyp0ddhgdwd0zjbn0i4l296cj5s2k97";
16+
sha256 = "1lcbj6zkpnsq38s2xkx3z4d7bd43k630lmzmgdcv1w05gjij0pw5";
1717

1818
meta = with lib; {
1919
description = "IBM Plex Typeface";

0 commit comments

Comments
 (0)