mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
Merge pull request #92267 from r-ryantm/auto-update/xits-math
xits-math: 1.301 -> 1.302
This commit is contained in:
commit
149efc597b
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xits-math";
|
pname = "xits-math";
|
||||||
version = "1.301";
|
version = "1.302";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alif-type";
|
owner = "alif-type";
|
||||||
repo = "xits";
|
repo = "xits";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "043g0gnjc7wn1szvrs0rc1vvrq1qmhqh45b0y2kwrlxsgprpv8ll";
|
sha256 = "1x3r505dylz9rz8dj98h5n9d0zixyxmvvhnjnms9qxdrz9bxy9g1";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = (with python3Packages; [ python fonttools fontforge ]);
|
nativeBuildInputs = (with python3Packages; [ python fonttools fontforge ]);
|
||||||
|
Loading…
Reference in New Issue
Block a user