tectonic-unwrapped: 0.16.9 -> 0.17.0

https://github.com/tectonic-typesetting/tectonic/releases/tag/tectonic%400.17.0
This commit is contained in:
FliegendeWurst
2026-07-27 10:35:21 +02:00
parent c9a4253fa2
commit 7ff2de66be

View File

@@ -28,16 +28,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "tectonic";
version = "0.16.9";
version = "0.17.0";
src = fetchFromGitHub {
owner = "tectonic-typesetting";
repo = "tectonic";
rev = "tectonic@${finalAttrs.version}";
sha256 = "sha256-5yphhmrrfgFwQ952eWpToyGfIJVJfV6y5w0BgznSOe0=";
sha256 = "sha256-7CdPo/tZSbBjRNCSr6IYLDsKjnzQzAsXbKBcFGCTfZg=";
};
cargoHash = "sha256-22Hy51zCzY2DRytcYHgwkI9+e/g52o1jy4eosvEm3KY=";
cargoHash = "sha256-5Vx5rwRHNGQXg3WmUQO+612YqxxwHp4R72P4agWI8Kk=";
nativeBuildInputs = [
pkg-config