Skip to content

Commit

Permalink
iosevka-bin: 2.0.2 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Feb 4, 2019
1 parent 72677fa commit b45b49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/fonts/iosevka/bin.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchzip }:

let
version = "2.0.2";
version = "2.1.0";
in fetchzip rec {
name = "iosevka-bin-${version}";

Expand All @@ -12,7 +12,7 @@ in fetchzip rec {
unzip -j $downloadedFile \*.ttc -d $out/share/fonts/iosevka
'';

sha256 = "0jr9d02dk4zbq3kyhpfs6gyynwss60210pc1dfxn0qbw3j9ch2l4";
sha256 = "0hx91pdkiw0qvkkl7qnl78p5afldcmn18l5m1iclldnvrghrxizz";

meta = with stdenv.lib; {
homepage = https://be5invis.github.io/Iosevka/;
Expand Down

0 comments on commit b45b49a

Please sign in to comment.