Merge pull request #57196 from dtzWill/update/iosevka-2.2.0

iosevka-bin: 2.1.0 -> 2.2.0
This commit is contained in:
Will Dietz 2019-03-11 05:18:05 -05:00 committed by GitHub
commit 479e79dc58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ stdenv, fetchzip }:
let
version = "2.1.0";
version = "2.2.0";
in fetchzip rec {
name = "iosevka-bin-${version}";
@ -12,7 +12,7 @@ in fetchzip rec {
unzip -j $downloadedFile \*.ttc -d $out/share/fonts/iosevka
'';
sha256 = "0hx91pdkiw0qvkkl7qnl78p5afldcmn18l5m1iclldnvrghrxizz";
sha256 = "038jpax2kgpknqzlg4iip4213f5lbs99iixsxccxy1bg4w7liqsa";
meta = with stdenv.lib; {
homepage = https://be5invis.github.io/Iosevka/;