mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
fira-mono: 3.204 -> 3.205
This commit is contained in:
parent
b2baad78e6
commit
5c0d80f14b
@ -1,16 +1,16 @@
|
|||||||
{ stdenv, fetchurl, unzip }:
|
{ stdenv, fetchurl, unzip }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fira-mono-3.204";
|
name = "fira-mono-3.205";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.carrois.com/downloads/fira_mono_3_2/FiraMonoFonts3204.zip;
|
url = http://www.carrois.com/downloads/fira_mono_3_2/FiraMonoFonts3205.zip;
|
||||||
sha256 = "0pnsw7b1i5vkwq0kny4lxzly4h8rlwkj610rykhax6zayfbnz62a";
|
sha256 = "0zd4wy8ksbz0qiiqgl9w7zyh34q8n983dyb44g5dfdcjakj09qlz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip ];
|
buildInputs = [ unzip ];
|
||||||
phases = [ "unpackPhase" "installPhase" ];
|
phases = [ "unpackPhase" "installPhase" ];
|
||||||
sourceRoot = "FiraMonoFonts3204";
|
sourceRoot = "FiraMonoFonts3205";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/share/fonts/opentype
|
mkdir -p $out/share/fonts/opentype
|
||||||
|
Loading…
Reference in New Issue
Block a user