tectonic: 0.1.12 -> 0.1.15

This commit is contained in:
Doron Behar 2020-09-10 16:43:18 +03:00
parent 63e1162357
commit 2120ad1dc6

View file

@ -3,16 +3,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "tectonic"; pname = "tectonic";
version = "0.1.12"; version = "0.1.15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tectonic-typesetting"; owner = "tectonic-typesetting";
repo = "tectonic"; repo = "tectonic";
rev = "v${version}"; rev = "tectonic@${version}";
sha256 = "0dycv135bkpf71iwlwh8rwwvn287d605nl7v8mjxlrsayiivdmn9"; sha256 = "0pzhdfsi4jsj9p5cv8ia4kc4inl7q7jsw694dfyxkcpka6ywyzsh";
}; };
cargoSha256 = "1axrf7d01gmhvrap13rydfvwcsg0lk1zw7z1i7zzm898bc7c02qn"; cargoSha256 = "017f1f49svx4inyv6xjx31lnb7dbl6gzwrrzpfz1gimqvdj2gm6j";
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];