mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
terminus_font_ttf: 4.46.0 -> 4.47.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/terminus-font-ttf/versions
This commit is contained in:
parent
213d6dd6ac
commit
bff3660f63
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchzip }:
|
{ stdenv, fetchzip }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "4.46.0";
|
version = "4.47.0";
|
||||||
in fetchzip rec {
|
in fetchzip rec {
|
||||||
name = "terminus-font-ttf-${version}";
|
name = "terminus-font-ttf-${version}";
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ in fetchzip rec {
|
|||||||
install -Dm 644 COPYING "$out/share/doc/terminus-font-ttf/COPYING"
|
install -Dm 644 COPYING "$out/share/doc/terminus-font-ttf/COPYING"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
sha256 = "129rfmwnm2bhp99w4zl262l6sdx8pddc0gf1ispjqs6dz3m3mdkp";
|
sha256 = "1mnx3vlnl0r15yzsa4zb9qqab4hpi603gdwhlbw960wg03i3xn8z";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A clean fixed width TTF font";
|
description = "A clean fixed width TTF font";
|
||||||
|
Loading…
Reference in New Issue
Block a user