Update 'fira' from 4.004 to 4.1.

This commit is contained in:
Robert Helgesson 2015-04-10 21:01:30 +02:00
parent 0dcd94bf81
commit 1631afe59f

View File

@ -1,16 +1,16 @@
{ stdenv, fetchurl, unzip }: { stdenv, fetchurl, unzip }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "fira-4.004"; name = "fira-4.1";
src = fetchurl { src = fetchurl {
url = "http://www.carrois.com/downloads/fira_4_0/FiraFonts4004.zip"; url = "http://www.carrois.com/downloads/fira_4_1/FiraFonts4100.zip";
sha256 = "0mab1n4i8ayhzmpfm0dj07annghrfpnsfr2rhnwsyhkk5zxlh6v7"; sha256 = "0mqmmq1m2p0hb0x4mr74gghqr75iglilah7psfb3vdc80fc9h6yk";
}; };
buildInputs = [unzip]; buildInputs = [unzip];
phases = [ "unpackPhase" "installPhase" ]; phases = [ "unpackPhase" "installPhase" ];
sourceRoot = "FiraFonts4004"; sourceRoot = "FiraFonts4100";
installPhase = '' installPhase = ''
mkdir -p $out/share/fonts/opentype mkdir -p $out/share/fonts/opentype
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://www.carrois.com/fira-4-0/; homepage = http://www.carrois.com/fira-4-1/;
description = "Sans-serif and monospace font for Firefox OS"; description = "Sans-serif and monospace font for Firefox OS";
longDescription = '' longDescription = ''
Fira Sans is a sans-serif font designed by Erik Spiekermann, Fira Sans is a sans-serif font designed by Erik Spiekermann,