agave: 16 -> 17

https://github.com/agarick/agave/releases/tag/v17
This commit is contained in:
Will Dietz 2020-07-13 15:24:05 -05:00 committed by Alyssa Ross
parent 35094fe23e
commit 23e96f4565

View file

@ -2,7 +2,7 @@
let
pname = "agave";
version = "16";
version = "17";
in fetchurl {
name = "${pname}-${version}";
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
'';
sha256 = "108jvcijnx06v1jzhnb28ql9nvmwqd83309834wcd4aii6bgf9ka";
sha256 = "1h61j1nbiwip71gxmz8my6xwy0j8ahf2p39hmrl1rxpsqvsj6dlz";
meta = with lib; {
description = "truetype monospaced typeface designed for X environments";