Merge pull request #100746 from dtzWill/update/agave-30
agave: 22 -> 30
This commit is contained in:
commit
4f5156fdb9
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "agave";
|
pname = "agave";
|
||||||
version = "22";
|
version = "30";
|
||||||
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 = "1jb8f0xcv5z0l5nyx733b6zclswi82vrh2nwyyhbqzgqrl4y1h6s";
|
sha256 = "1f2f1fycwi8xbf8x03yfq78nv11b2msl4ll9flw8rkg023h9vwg7";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "truetype monospaced typeface designed for X environments";
|
description = "truetype monospaced typeface designed for X environments";
|
||||||
|
Loading…
Reference in New Issue
Block a user