Merge pull request #35365 from dywedir/tectonic

tectonic: 0.1.6 -> 0.1.7
This commit is contained in:
Jörg Thalheim 2018-02-22 23:20:46 +00:00 committed by GitHub
commit 7035d7f199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,18 @@
{ stdenv, fetchFromGitHub, rustPlatform, makeWrapper { stdenv, fetchFromGitHub, rustPlatform, makeWrapper
, fontconfig, harfbuzz-icu, openssl, pkgconfig }: , fontconfig, harfbuzz-icu, openssl, pkgconfig }:
with rustPlatform; rustPlatform.buildRustPackage rec {
buildRustPackage rec {
name = "tectonic-${version}"; name = "tectonic-${version}";
version = "0.1.6"; version = "0.1.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tectonic-typesetting"; owner = "tectonic-typesetting";
repo = "tectonic"; repo = "tectonic";
rev = "v${version}"; rev = "v${version}";
sha256 = "0k5vkn112bjwh4wnxryzqz79dlja64k7s105mf3yaik136hqnmqv"; sha256 = "007l0l9xnyayiqiap22zlsp8l9afdw803064cj8inr3q7ckzfcpb";
}; };
cargoSha256 = "03bqhgz8c4ipdkd3g448bcrr6d188h87vskcfcc3mqlcxg77b8q5"; cargoSha256 = "0kjy9zrjlrlkr2il62nz35hm1nndyym9dbnas43hzz7y8hdf859k";
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];