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

Commits on Mar 24, 2018

  1. babelstone-han: 10.0.2 -> 11.0.0

    new font version; old link answers with 404
    volth authored Mar 24, 2018
    Copy the full SHA
    64c756d View commit details
  2. Merge pull request #37736 from volth/patch-119

    babelstone-han: 10.0.2 -> 11.0.0
    Mic92 authored Mar 24, 2018
    Copy the full SHA
    04b2eac View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/data/fonts/babelstone-han/default.nix
6 changes: 3 additions & 3 deletions pkgs/data/fonts/babelstone-han/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{stdenv, fetchzip}:

let
version = "10.0.2";
version = "11.0.0";
in fetchzip {
name = "babelstone-han-${version}";

url = http://www.babelstone.co.uk/Fonts/7932/BabelStoneHan.zip;
url = http://www.babelstone.co.uk/Fonts/3902/BabelStoneHan.zip;
postFetch = ''
mkdir -p $out/share/fonts/truetype
unzip $downloadedFile '*.ttf' -d $out/share/fonts/truetype
'';
sha256 = "17r5cf028v66yzjf9qbncn4rchv2xxkl2adxr35ppg1l7zssz9v6";
sha256 = "1w3v69lacsy0nha20rkbs6f0dskf5xm6p250qx4a1m69d4a1gx7v";

meta = with stdenv.lib; {
description = "Unicode CJK font with over 32600 Han characters";