Merge pull request #147894 from LibreCybernetics/update-fira-code

fira-code: 5.2 → 6
This commit is contained in:
Kevin Cox
2021-11-29 17:48:42 -05:00
committed by GitHub
+2 -2
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";