agave: 30 -> 35

+2 -2
+2 -2
pkgs/data/fonts/agave/default.nix
··· 2 3 let 4 pname = "agave"; 5 - version = "30"; 6 in fetchurl { 7 name = "${pname}-${version}"; 8 url = "https://github.com/agarick/agave/releases/download/v${version}/Agave-Regular.ttf"; ··· 13 install -D $downloadedFile $out/share/fonts/truetype/Agave-Regular.ttf 14 ''; 15 16 - sha256 = "1f2f1fycwi8xbf8x03yfq78nv11b2msl4ll9flw8rkg023h9vwg7"; 17 18 meta = with lib; { 19 description = "truetype monospaced typeface designed for X environments";
··· 2 3 let 4 pname = "agave"; 5 + version = "35"; 6 in fetchurl { 7 name = "${pname}-${version}"; 8 url = "https://github.com/agarick/agave/releases/download/v${version}/Agave-Regular.ttf"; ··· 13 install -D $downloadedFile $out/share/fonts/truetype/Agave-Regular.ttf 14 ''; 15 16 + sha256 = "10shwsl1illdafnc352j439lklrxksip1vlh4jc934cr9qf4c1fz"; 17 18 meta = with lib; { 19 description = "truetype monospaced typeface designed for X environments";