3
0
Fork 0
forked from mirrors/nixpkgs

hack-font: 3.002 -> 3.003 (#40627)

This commit is contained in:
Manuel Mendez 2018-05-17 07:33:27 -04:00 committed by xeji
parent ec9bb1bb34
commit 1d424ba169

View file

@ -1,7 +1,7 @@
{ stdenv, fetchzip }:
let
version = "3.002";
version = "3.003";
in fetchzip rec {
name = "hack-font-${version}";
@ -12,7 +12,7 @@ in fetchzip rec {
unzip -j $downloadedFile \*.ttf -d $out/share/fonts/hack
'';
sha256 = "11f3hl4nvxq6pvsmwr1c1r5wrxhrp7ixr5bshrz2dmqn7l8bxa63";
sha256 = "1l6ih6v7dqali5c7zh6z2xnbf9h2wz0ag6fdgszmqd5lnhw39v6s";
meta = with stdenv.lib; {
description = "A typeface designed for source code";