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

iosevka-bin: 3.4.1 -> 3.4.6
This commit is contained in:
Martin Weinelt 2020-08-26 02:48:47 +02:00 committed by GitHub
commit 8312c321aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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