Skip to content

Commit

Permalink
iosevka-bin: 2.0.0 -> 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Oct 6, 2018
1 parent 02b0836 commit 03d4b5a
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 = "2.0.0";
version = "2.0.1";
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 = "17ldxs8rn4y5mzpc6h5rms4khk9fp4d1ixz5bh0pglh1kdansz45";
sha256 = "1i21ja348k22rlf8z9jp90cidpmcnwqsw12vdrmm556sdwdkrkpc";

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

0 comments on commit 03d4b5a

Please sign in to comment.