Merge pull request #41805 from marsam/feature/fix-fira-fonts

fira fonts: Update url
This commit is contained in:
Matthew Justin Bauer 2018-06-10 16:39:18 -04:00 committed by GitHub
commit e7870d9d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -3,17 +3,17 @@
fetchzip {
name = "fira-mono-3.206";
url = http://www.carrois.com/downloads/fira_mono_3_2/FiraMonoFonts3206.zip;
url = https://github.com/mozilla/Fira/archive/4.106.zip;
postFetch = ''
mkdir -p $out/share/fonts
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
unzip -j $downloadedFile Fira-4.106/otf/FiraMono\*.otf -d $out/share/fonts/opentype
'';
sha256 = "0m4kdjh4xjyznybpgh21a0gibv4wsxq0rqyl3wv942zk6mclmgdf";
sha256 = "1ci3fxhdwabvfj4nl16pwcgqnh7s2slp8vblribk8zkpx8cbp1dj";
meta = with stdenv.lib; {
homepage = http://www.carrois.com/fira-4-1/;
homepage = https://mozilla.github.io/Fira/;
description = "Monospace font for Firefox OS";
longDescription = ''
Fira Mono is a monospace font designed by Erik Spiekermann,

View File

@ -3,17 +3,17 @@
fetchzip rec {
name = "fira-4.106";
url = http://www.carrois.com/downloads/fira_4_1/FiraFonts4106.zip;
url = https://github.com/mozilla/Fira/archive/4.106.zip;
postFetch = ''
mkdir -p $out/share/fonts
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
unzip -j $downloadedFile Fira-4.106/otf/FiraSans\*.otf -d $out/share/fonts/opentype
'';
sha256 = "174nwmpvxqg1qjfj6h3yvrphs1s3n6zricdh27iaxilajm0ilbgs";
sha256 = "0c97nmihcq0ki7ywj8zn048a2bgrszc61lb9p0djfi65ar52jab4";
meta = with stdenv.lib; {
homepage = http://www.carrois.com/fira-4-1/;
homepage = https://mozilla.github.io/Fira/;
description = "Sans-serif font for Firefox OS";
longDescription = ''
Fira Sans is a sans-serif font designed by Erik Spiekermann,