fira-code: 5 -> 5.2

This commit is contained in:
Robert Helgesson 2020-06-14 14:39:46 +02:00
parent a5a14dec95
commit 33a7767fa1
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -1,7 +1,7 @@
{ stdenv, fetchzip }:
let
version = "5";
version = "5.2";
in fetchzip {
name = "fira-code-${version}";
@ -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";