From 0e260cae1130288aa932e0ce41814560ae2d4f8e Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Sun, 13 Jan 2019 17:00:20 -0600 Subject: source-sans-pro: 2.040 -> 2.045 https://github.com/adobe-fonts/source-sans-pro/releases/tag/2.045R-ro%2F1.095R-it --- pkgs/data/fonts/source-sans-pro/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/data') diff --git a/pkgs/data/fonts/source-sans-pro/default.nix b/pkgs/data/fonts/source-sans-pro/default.nix index 1561605b6ad0..c2dfac96a307 100644 --- a/pkgs/data/fonts/source-sans-pro/default.nix +++ b/pkgs/data/fonts/source-sans-pro/default.nix @@ -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; -- cgit 1.4.1