fira-code: 5.2 → 6

This commit is contained in:
Fabián Heredia Montiel 2021-11-29 09:11:53 -06:00
parent 382e4ba09a
commit 4d3ed16dd8

View file

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "5.2";
version = "6";
in fetchzip {
name = "fira-code-${version}";
@ -13,7 +13,7 @@ in fetchzip {
unzip -j $downloadedFile '*-VF.ttf' -d $out/share/fonts/truetype
'';
sha256 = "1wbfjgvr9m5azl5w49y0hpqzgcraw6spd1wnxgxlzfx57x6gcw0k";
sha256 = "h2Q63rT26SxXeZ76CRCcFg+NfDAc0IgYaYD2ok09Jh4=";
meta = with lib; {
homepage = "https://github.com/tonsky/FiraCode";