agave: 14 -> 15
https://github.com/agarick/agave/releases/tag/v15 (cherry picked from commit 14ac1cc7e2882a4a09584c58b08f015e94be32f3)
This commit is contained in:
parent
ad3140e898
commit
bc49e1f787
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "agave";
|
pname = "agave";
|
||||||
version = "14";
|
version = "15";
|
||||||
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 = "14hr6cdn5xbfpszj4qyfqbwmjyrkmi83yl0g9j3y3jw561jwy27j";
|
sha256 = "0xphr465qnwf1yhin3hml1nn9ypjk3n0i4bs38glx5b5swrhlmhk";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "truetype monospaced typeface designed for X environments";
|
description = "truetype monospaced typeface designed for X environments";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user