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