Skip to content

Commit

Permalink
Merge pull request #94139 from dtzWill/update/iosevka-bin-3.3.1
Browse files Browse the repository at this point in the history
iosevka-bin: 3.2.2 -> 3.3.1
  • Loading branch information
marsam authored Jul 30, 2020
2 parents 8f48236 + 2b58f47 commit abe07bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/fonts/iosevka/bin.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, fetchzip }:

let
version = "3.2.2";
version = "3.3.1";
in fetchzip {
name = "iosevka-bin-${version}";

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

sha256 = "11966fvqamlg88vlgs47fl3ambi48h0mjj4a758i5y8myb2hk6bd";
sha256 = "1hfccivk5f7i489s78yh2x96ic6rf5ncbsjqnrxqmfs9n1gjhfbj";

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

0 comments on commit abe07bb

Please sign in to comment.