mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 00:38:16 +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 {
|
||||
pname = "xits-math";
|
||||
version = "1.301";
|
||||
version = "1.302";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "alif-type";
|
||||
repo = "xits";
|
||||
rev = "v${version}";
|
||||
sha256 = "043g0gnjc7wn1szvrs0rc1vvrq1qmhqh45b0y2kwrlxsgprpv8ll";
|
||||
sha256 = "1x3r505dylz9rz8dj98h5n9d0zixyxmvvhnjnms9qxdrz9bxy9g1";
|
||||
};
|
||||
|
||||
nativeBuildInputs = (with python3Packages; [ python fonttools fontforge ]);
|
||||
|
Loading…
Reference in New Issue
Block a user