tectonic: 0.14.1 -> 0.15.0

Release notes: https://github.com/tectonic-typesetting/tectonic/releases/tag/tectonic%400.15.0
This commit is contained in:
Florian Nagel 2024-02-05 15:32:47 +01:00
parent ecbce334d4
commit 712b8275ae

View File

@ -21,17 +21,17 @@
rustPlatform.buildRustPackage rec {
pname = "tectonic";
version = "0.14.1";
version = "0.15.0";
src = fetchFromGitHub {
owner = "tectonic-typesetting";
repo = "tectonic";
rev = "tectonic@${version}";
fetchSubmodules = true;
sha256 = "sha256-Cd8YzjU5mCA5DmgLBjg8eVRc87chVVIXinJuf8cNw3o=";
sha256 = "sha256-xZHYiaQ8ASUwu0ieHIXcjRaH06SQoB6OR1y7Ok+FjAs=";
};
cargoHash = "sha256-1WjZbmZFPB1+QYpjqq5Y+fDkMZNmWJYIxmMFWg7Tiac=";
cargoHash = "sha256-niMgb4zsTWHw5yaa4kJOZzpOzO5gMG4k3cTHwSV+wmY=";
nativeBuildInputs = [ pkg-config ];