mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 05:59:17 +03:00
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:
commit
393c5357a0
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ lib, fetchzip }:
|
{ lib, fetchzip }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "5.2";
|
version = "6";
|
||||||
in fetchzip {
|
in fetchzip {
|
||||||
name = "fira-code-${version}";
|
name = "fira-code-${version}";
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ in fetchzip {
|
||||||
unzip -j $downloadedFile '*-VF.ttf' -d $out/share/fonts/truetype
|
unzip -j $downloadedFile '*-VF.ttf' -d $out/share/fonts/truetype
|
||||||
'';
|
'';
|
||||||
|
|
||||||
sha256 = "1wbfjgvr9m5azl5w49y0hpqzgcraw6spd1wnxgxlzfx57x6gcw0k";
|
sha256 = "h2Q63rT26SxXeZ76CRCcFg+NfDAc0IgYaYD2ok09Jh4=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/tonsky/FiraCode";
|
homepage = "https://github.com/tonsky/FiraCode";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue