about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-01-13 17:00:20 -0600
committerWill Dietz <w@wdtz.org>2019-01-13 17:48:35 -0600
commit0e260cae1130288aa932e0ce41814560ae2d4f8e (patch)
tree05bc01b3faa23330b29a4f06081dd07cdcdc57b6 /pkgs/data
parent5285526b0fd58474de11b32eaa5e836dd2369189 (diff)
downloadnixlib-0e260cae1130288aa932e0ce41814560ae2d4f8e.tar
nixlib-0e260cae1130288aa932e0ce41814560ae2d4f8e.tar.gz
nixlib-0e260cae1130288aa932e0ce41814560ae2d4f8e.tar.bz2
nixlib-0e260cae1130288aa932e0ce41814560ae2d4f8e.tar.lz
nixlib-0e260cae1130288aa932e0ce41814560ae2d4f8e.tar.xz
nixlib-0e260cae1130288aa932e0ce41814560ae2d4f8e.tar.zst
nixlib-0e260cae1130288aa932e0ce41814560ae2d4f8e.zip
source-sans-pro: 2.040 -> 2.045
https://github.com/adobe-fonts/source-sans-pro/releases/tag/2.045R-ro%2F1.095R-it
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/fonts/source-sans-pro/default.nix8
1 files changed, 4 insertions, 4 deletions
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;