Merge pull request #95381 from r-ryantm/auto-update/iosevka-bin

iosevka-bin: 3.3.1 -> 3.4.1
This commit is contained in:
Martin Weinelt 2020-08-14 12:40:07 +02:00 committed by GitHub
commit 21dc4447b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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