Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5652aed745f7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 40c6ede01b5e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 4, 2018

  1. ibm-plex: 1.1.6 -> 1.2.1

    marsam committed Nov 4, 2018

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    b81a375 View commit details
  2. Merge pull request #49718 from marsam/feature/update-ibm-plex

    ibm-plex: 1.1.6 -> 1.2.1
    Mic92 authored Nov 4, 2018

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    40c6ede View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/data/fonts/ibm-plex/default.nix
4 changes: 2 additions & 2 deletions pkgs/data/fonts/ibm-plex/default.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{ 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";
postFetch = ''
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";