Merge pull request #127431 from marsam/update-tectonic

tectonic: 0.5.2 -> 0.6.4
This commit is contained in:
Sandro 2021-06-19 23:00:56 +02:00 committed by GitHub
commit 24413a5d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,17 +3,17 @@
rustPlatform.buildRustPackage rec {
pname = "tectonic";
version = "0.5.2";
version = "0.6.4";
src = fetchFromGitHub {
owner = "tectonic-typesetting";
repo = "tectonic";
rev = "tectonic@${version}";
fetchSubmodules = true;
sha256 = "sha256-JQ78N+cfk1D6xZixoUvYiLP6ZwovBn/ro1CZoutBwp8=";
sha256 = "11q0vwgjlailkw4l9z7r54wkxi8dwh40pm7bd74dcvm0x4323fpd";
};
cargoSha256 = "sha256-disJme0UM6U+yWjGsPya0xDvW6iQsipqMkEALeJ99xU=";
cargoSha256 = "1drfgrsfz44yqz15bcmb3dyyz7dr9zbs3idl1ssaiir24d4z1m9z";
nativeBuildInputs = [ pkg-config ];