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: 62d4e044e7ee
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d0017d7b7e0d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 4, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    sikmir Nikolay Korotkiy
    Copy the full SHA
    b9c4cc1 View commit details

Commits on Jun 5, 2019

  1. Merge pull request #62678 from dtzWill/update/ibm-plex-2.0.0

    ibm-plex: 1.4.1 -> 2.0.0
    dywedir authored Jun 5, 2019
    Copy the full SHA
    d0017d7 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.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";
postFetch = ''
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";