Skip to content

Commit

Permalink
fira-code: 5 -> 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Jun 14, 2020
1 parent a5a14de commit 33a7767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/fonts/fira-code/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchzip }:

let
version = "5";
version = "5.2";
in fetchzip {
name = "fira-code-${version}";

Expand All @@ -12,7 +12,7 @@ in fetchzip {
unzip -j $downloadedFile \*.ttf -d $out/share/fonts/truetype
'';

sha256 = "0y2871fd4l304gd7x5xmqyxv5ch9zrqng83xl95rdhlj9zqqk4fz";
sha256 = "16v62wj872ba4w7qxn4l6zjgqh7lrpwh1xax1bp1x9dpz08mnq06";

meta = with stdenv.lib; {
homepage = "https://github.com/tonsky/FiraCode";
Expand Down

0 comments on commit 33a7767

Please sign in to comment.