agave: 30 -> 35

This commit is contained in:
R. RyanTM 2020-11-27 21:33:29 +00:00
parent be36f6f0a0
commit e007728c92

View File

@ -2,7 +2,7 @@
let let
pname = "agave"; pname = "agave";
version = "30"; version = "35";
in fetchurl { in fetchurl {
name = "${pname}-${version}"; name = "${pname}-${version}";
url = "https://github.com/agarick/agave/releases/download/v${version}/Agave-Regular.ttf"; url = "https://github.com/agarick/agave/releases/download/v${version}/Agave-Regular.ttf";
@ -13,7 +13,7 @@ in fetchurl {
install -D $downloadedFile $out/share/fonts/truetype/Agave-Regular.ttf install -D $downloadedFile $out/share/fonts/truetype/Agave-Regular.ttf
''; '';
sha256 = "1f2f1fycwi8xbf8x03yfq78nv11b2msl4ll9flw8rkg023h9vwg7"; sha256 = "10shwsl1illdafnc352j439lklrxksip1vlh4jc934cr9qf4c1fz";
meta = with lib; { meta = with lib; {
description = "truetype monospaced typeface designed for X environments"; description = "truetype monospaced typeface designed for X environments";