xits-math: 1.200 -> 1.301
This commit is contained in:
parent
7d1731186e
commit
10c255f0d0
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xits-math";
|
pname = "xits-math";
|
||||||
version = "1.200";
|
version = "1.301";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alif-type";
|
owner = "alif-type";
|
||||||
repo = "xits";
|
repo = "xits";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0s1qqqg3zv9k4wqn1vkx0z895fjccg96n58syc1d5f2wba9kyfcm";
|
sha256 = "043g0gnjc7wn1szvrs0rc1vvrq1qmhqh45b0y2kwrlxsgprpv8ll";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ fontforge ] ++ (with python2Packages; [ python fonttools ]);
|
nativeBuildInputs = [ fontforge ] ++ (with python2Packages; [ python fonttools ]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user