iosevka-bin: 2.3.0 -> 2.3.2 (#71570)

iosevka-bin: 2.3.0 -> 2.3.2
This commit is contained in:
Vladyslav M 2019-10-21 23:16:49 +03:00 committed by GitHub
commit 2ff7fa55c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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