Skip to content

Commit

Permalink
fira-code: 1.206 -> 1.207
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Jul 18, 2019
1 parent 3f4ed94 commit d7ef88b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/fonts/fira-code/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, fetchzip }:

let
version = "1.206";
version = "1.207";
in fetchzip {
name = "fira-code-${version}";

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

sha256 = "0074d8q4m802f5yms8yxdx4rdz5xnpgv1w5hs330zg2p9ksicgzy";
sha256 = "13w2jklqndria2plgangl5gi56v1cj5ja9vznh9079kqnvq0cffz";

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

0 comments on commit d7ef88b

Please sign in to comment.