Skip to content

Commit 33a7767

Browse files
committedJun 14, 2020
fira-code: 5 -> 5.2
1 parent a5a14de commit 33a7767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/data/fonts/fira-code/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ stdenv, fetchzip }:
22

33
let
4-
version = "5";
4+
version = "5.2";
55
in fetchzip {
66
name = "fira-code-${version}";
77

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

15-
sha256 = "0y2871fd4l304gd7x5xmqyxv5ch9zrqng83xl95rdhlj9zqqk4fz";
15+
sha256 = "16v62wj872ba4w7qxn4l6zjgqh7lrpwh1xax1bp1x9dpz08mnq06";
1616

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

0 commit comments

Comments
 (0)
Please sign in to comment.