tectonic: 0.1.9 -> 0.1.11
- handles unicode filenames correctly (since 0.1.10) - switch to hopefully more reliable permantent URL for the default bundle (in 0.1.11)
This commit is contained in:
parent
3776a9e93d
commit
d01082aebc
@ -3,16 +3,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
name = "tectonic-${version}";
|
name = "tectonic-${version}";
|
||||||
version = "0.1.9";
|
version = "0.1.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tectonic-typesetting";
|
owner = "tectonic-typesetting";
|
||||||
repo = "tectonic";
|
repo = "tectonic";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1prrw1npmmqjx966dxrr4jll16scf0cv24nnc70zlbwwb15zhgiq";
|
sha256 = "1j98qxlq74vs8nf2jsn2xw9iyrf8kih4v0hrvznkhcab6bpibp2x";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "00hcs9k9x23xy1pgf8skgb6i5kjwgipy8c0d27nniaxa3dpy5daq";
|
cargoSha256 = "1zgav5zxfvdnrr7himykj5ha20cb5ldxpcpl8y6d19dirxvcmpc6";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user