terminus_font_ttf: 4.40.1 -> 4.46.0

* terminus_font_ttf: 4.40.1 -> 4.46.0 (#50616)

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

* terminus-font-ttf: fix hash
This commit is contained in:
R. RyanTM 2018-11-18 12:39:42 -08:00 committed by Renaud
parent 3dcecb36e9
commit 5b018a8ac2

View file

@ -1,7 +1,7 @@
{ stdenv, fetchzip }:
let
version = "4.40.1";
version = "4.46.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 = "0cfkpgixdz47y94s9j26pm7n4hvad23vb2q4315kgahl4294zcpg";
sha256 = "129rfmwnm2bhp99w4zl262l6sdx8pddc0gf1ispjqs6dz3m3mdkp";
meta = with stdenv.lib; {
description = "A clean fixed width TTF font";