Skip to content

Commit

Permalink
stix-two: 2.10 -> 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored and rycee committed Jan 16, 2021
1 parent bf6fb7b commit 18cc4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/fonts/stix-two/default.nix
@@ -1,13 +1,13 @@
{ lib, fetchzip }:
let
version = "2.10";
version = "2.11";
in
fetchzip {
name = "stix-two-${version}";

url = "https://github.com/stipub/stixfonts/raw/v${version}/zipfiles/STIX${builtins.replaceStrings [ "." ] [ "_" ] version}-all.zip";

sha256 = "1xvh5c5asbasfa333mizimvdp209g0lppbwv2p0cg3ixfpxgq4dl";
sha256 = "19ndavx5k85vm6wvq9603kynpgbfddbjiihivffvnbrxwf13h34n";

postFetch = ''
mkdir -p $out/share/fonts/
Expand Down

0 comments on commit 18cc4df

Please sign in to comment.