Doron Behar 2023-06-15 12:56:43 +03:00
parent 4c0d780780
commit 3ffbf36373

View File

@ -14,17 +14,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "tectonic"; pname = "tectonic";
version = "0.13.1"; version = "0.14.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tectonic-typesetting"; owner = "tectonic-typesetting";
repo = "tectonic"; repo = "tectonic";
rev = "tectonic@${version}"; rev = "tectonic@${version}";
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "sha256-m1KmyVB4/Flr/xZGY7ixRZhEGNcIPWnwzUsf3VLqzZc="; sha256 = "sha256-Cd8YzjU5mCA5DmgLBjg8eVRc87chVVIXinJuf8cNw3o=";
}; };
cargoHash = "sha256-Q1b7/XJ5Aq2hV2uv12B64WI+JOw6M8J3KITXs5cUo6U="; cargoHash = "sha256-1WjZbmZFPB1+QYpjqq5Y+fDkMZNmWJYIxmMFWg7Tiac=";
nativeBuildInputs = [ pkg-config makeBinaryWrapper ]; nativeBuildInputs = [ pkg-config makeBinaryWrapper ];