3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #53914 from dtzWill/update/source-sans-pro-2.045

source-sans-pro: 2.040 -> 2.045
This commit is contained in:
worldofpeace 2019-01-16 05:30:09 -05:00 committed by GitHub
commit ce8a50dd07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,18 +1,18 @@
{ stdenv, fetchzip }:
fetchzip {
name = "source-sans-pro-2.040";
name = "source-sans-pro-2.045";
url = "https://github.com/adobe-fonts/source-sans-pro/releases/download/2.040R-ro%2F1.090R-it/source-sans-pro-2.040R-ro-1.090R-it.zip";
url = https://github.com/adobe-fonts/source-sans-pro/releases/download/2.045R-ro%2F1.095R-it/source-sans-pro-2.045R-ro-1.095R-it.zip;
postFetch = ''
mkdir -p $out/share/fonts/opentype $out/share/fonts/truetype $out/share/fonts/variable
mkdir -p $out/share/fonts/{opentype,truetype,variable}
unzip -j $downloadedFile "*/OTF/*.otf" -d $out/share/fonts/opentype
unzip -j $downloadedFile "*/TTF/*.ttf" -d $out/share/fonts/truetype
unzip -j $downloadedFile "*/VAR/*.otf" -d $out/share/fonts/variable
'';
sha256 = "1n7z9xpxls74xxjsa61df1ln86y063m07w1f4sbxpjaa0frim4pp";
sha256 = "0xjdp226ybdcfylbpfsdgnz2bf4pj4qv1wfs6fv22hjxlzqfixf3";
meta = with stdenv.lib; {
homepage = https://sourceforge.net/adobe/sourcesans;