summary refs log tree commit diff
path: root/pkgs/data/fonts/terminus-font-ttf
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-18 12:39:42 -0800
committerRenaud <c0bw3b@users.noreply.github.com>2018-11-18 21:39:42 +0100
commit5b018a8ac25e2dd4b57f3c4889934815e4d9023e (patch)
tree700d3df151920c84e4d67336885f681dd26ccbf0 /pkgs/data/fonts/terminus-font-ttf
parent3dcecb36e91cb06571fb08d8d99455075042756a (diff)
downloadnixpkgs-5b018a8ac25e2dd4b57f3c4889934815e4d9023e.tar
nixpkgs-5b018a8ac25e2dd4b57f3c4889934815e4d9023e.tar.gz
nixpkgs-5b018a8ac25e2dd4b57f3c4889934815e4d9023e.tar.bz2
nixpkgs-5b018a8ac25e2dd4b57f3c4889934815e4d9023e.tar.lz
nixpkgs-5b018a8ac25e2dd4b57f3c4889934815e4d9023e.tar.xz
nixpkgs-5b018a8ac25e2dd4b57f3c4889934815e4d9023e.tar.zst
nixpkgs-5b018a8ac25e2dd4b57f3c4889934815e4d9023e.zip
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
Diffstat (limited to 'pkgs/data/fonts/terminus-font-ttf')
-rw-r--r--pkgs/data/fonts/terminus-font-ttf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/terminus-font-ttf/default.nix b/pkgs/data/fonts/terminus-font-ttf/default.nix
index 8750dfbd52d..12c46a12b93 100644
--- a/pkgs/data/fonts/terminus-font-ttf/default.nix
+++ b/pkgs/data/fonts/terminus-font-ttf/default.nix
@@ -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";