ipaexfont: 003.01 -> 004.01

and update homepage

authored by

Renaud and committed by
GitHub
8c77a3fc 00089fca

+4 -4
+4 -4
pkgs/data/fonts/ipaexfont/default.nix
··· 1 1 { lib, fetchzip }: 2 2 3 3 fetchzip { 4 - name = "ipaexfont-003.01"; 4 + name = "ipaexfont-004.01"; 5 5 6 - url = "https://web.archive.org/web/20160616003021/http://dl.ipafont.ipa.go.jp/IPAexfont/IPAexfont00301.zip"; 6 + url = "https://moji.or.jp/wp-content/ipafont/IPAexfont/IPAexfont00401.zip"; 7 7 8 8 postFetch = '' 9 9 mkdir -p $out/share/fonts 10 10 unzip -j $downloadedFile \*.ttf -d $out/share/fonts/opentype 11 11 ''; 12 12 13 - sha256 = "02a6sj990cnig5lq0m54nmbmfkr3s57jpxl9fiyzrjmigvd1qmhj"; 13 + sha256 = "0wp369kri33kb1mmiq4lpl9i4xnacw9fj63ycmkmlkq64s8qnjnx"; 14 14 15 15 meta = with lib; { 16 16 description = "Japanese font package with Mincho and Gothic fonts"; ··· 21 21 22 22 This is the successor to the IPA fonts. 23 23 ''; 24 - homepage = "http://ipafont.ipa.go.jp/"; 24 + homepage = "https://moji.or.jp/ipafont/"; 25 25 license = licenses.ipa; 26 26 maintainers = with maintainers; [ gebner ]; 27 27 };