Merge pull request #58084 from r-ryantm/auto-update/terminus-font-ttf

terminus_font_ttf: 4.46.0 -> 4.47.0
This commit is contained in:
Will Dietz 2019-03-21 17:28:41 -05:00 committed by GitHub
commit 31ba1d6fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, fetchzip }:
let
version = "4.46.0";
version = "4.47.0";
in fetchzip rec {
name = "terminus-font-ttf-${version}";
@ -18,7 +18,7 @@ in fetchzip rec {
install -Dm 644 COPYING "$out/share/doc/terminus-font-ttf/COPYING"
'';
sha256 = "129rfmwnm2bhp99w4zl262l6sdx8pddc0gf1ispjqs6dz3m3mdkp";
sha256 = "1mnx3vlnl0r15yzsa4zb9qqab4hpi603gdwhlbw960wg03i3xn8z";
meta = with stdenv.lib; {
description = "A clean fixed width TTF font";