fira: 4.105 -> 4.106
This commit is contained in:
parent
4c7ef76862
commit
47a2f0e9f1
@ -1,16 +1,16 @@
|
|||||||
{ stdenv, fetchurl, unzip }:
|
{ stdenv, fetchurl, unzip }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fira-4.105";
|
name = "fira-4.106";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.carrois.com/downloads/fira_4_1/FiraFonts4105.zip;
|
url = http://www.carrois.com/downloads/fira_4_1/FiraFonts4106.zip;
|
||||||
sha256 = "1857kpn7p7fc1xsmqx9589hk396ggwzd167yc3dmn1mh5dixibfz";
|
sha256 = "123xwd7abb96lsla1v579vfpvc7fwixhq78221qxrw4dv8mgf8id";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [unzip];
|
buildInputs = [unzip];
|
||||||
phases = [ "unpackPhase" "installPhase" ];
|
phases = [ "unpackPhase" "installPhase" ];
|
||||||
sourceRoot = "FiraFonts4105";
|
sourceRoot = "FiraFonts4106";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/share/fonts/opentype
|
mkdir -p $out/share/fonts/opentype
|
||||||
|
Loading…
x
Reference in New Issue
Block a user