Merge pull request #147952 from NixOS/backport-147894-to-release-21.11

[Backport release-21.11] fira-code: 5.2 → 6
This commit is contained in:
Thiago Kenji Okada 2021-11-29 21:17:08 -03:00 committed by GitHub
commit 393c5357a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";