iosevka-bin: 2.3.2 -> 2.3.3

This commit is contained in:
R. RyanTM 2019-11-25 16:59:47 -08:00 committed by Jon
parent ebde7664eb
commit 6852fee386

View file

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