From 064d157a85a9c95749b98bf3b762ab86b9648c21 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Sat, 25 May 2019 20:35:29 -0500 Subject: [PATCH] mplus-outline-fonts: 063 -> 063a https://osdn.net/projects/mplus-fonts/news/26002 (google translate helps for those who can't read this :)) --- pkgs/data/fonts/mplus-outline-fonts/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/data/fonts/mplus-outline-fonts/default.nix b/pkgs/data/fonts/mplus-outline-fonts/default.nix index 812f96352f0..9be8eea16fb 100644 --- a/pkgs/data/fonts/mplus-outline-fonts/default.nix +++ b/pkgs/data/fonts/mplus-outline-fonts/default.nix @@ -1,7 +1,7 @@ { lib, fetchzip }: let - version = "063"; + version = "063a"; in fetchzip rec { name = "mplus-${version}"; @@ -13,7 +13,7 @@ in fetchzip rec { cp *.ttf $out/share/fonts/truetype ''; - sha256 = "0d485l2ihxfk039rrrnfviamlbj13cwky0c752m4ikwvgiqiq94y"; + sha256 = "1khbkch2r96ppifc93bmy1v047pgciyhfmcjb98ggncp5ix885xz"; meta = with lib; { description = "M+ Outline Fonts";