tectonic: 0.1.6 -> 0.1.7
This commit is contained in:
parent
4166691813
commit
12e6a3b1c2
@ -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 ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user