mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
agave: 17 -> 21
https://github.com/agarick/agave/releases/tag/v18 https://github.com/agarick/agave/releases/tag/v19 https://github.com/agarick/agave/releases/tag/v20 https://github.com/agarick/agave/releases/tag/v21
This commit is contained in:
parent
23e96f4565
commit
4f6067861d
@ -2,7 +2,7 @@
|
||||
|
||||
let
|
||||
pname = "agave";
|
||||
version = "17";
|
||||
version = "21";
|
||||
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 = "1h61j1nbiwip71gxmz8my6xwy0j8ahf2p39hmrl1rxpsqvsj6dlz";
|
||||
sha256 = "1q91h8p848i789jcnazx9pmhv2drypsb4b2bnxca2lcjpyn1wscr";
|
||||
|
||||
meta = with lib; {
|
||||
description = "truetype monospaced typeface designed for X environments";
|
||||
|
Loading…
Reference in New Issue
Block a user