We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3140e commit bc49e1fCopy full SHA for bc49e1f
1 file changed
pkgs/data/fonts/agave/default.nix
@@ -2,7 +2,7 @@
2
3
let
4
pname = "agave";
5
- version = "14";
+ version = "15";
6
in fetchurl {
7
name = "${pname}-${version}";
8
url = "https://github.com/agarick/agave/releases/download/v${version}/Agave-Regular.ttf";
@@ -13,7 +13,7 @@ in fetchurl {
13
install -D $downloadedFile $out/share/fonts/truetype/Agave-Regular.ttf
14
'';
15
16
- sha256 = "14hr6cdn5xbfpszj4qyfqbwmjyrkmi83yl0g9j3y3jw561jwy27j";
+ sha256 = "0xphr465qnwf1yhin3hml1nn9ypjk3n0i4bs38glx5b5swrhlmhk";
17
18
meta = with lib; {
19
description = "truetype monospaced typeface designed for X environments";
0 commit comments