tectonic: 0.8.1 -> 0.8.2

main
Doron Behar 2 years ago
parent c1802276f4
commit da19aaee59
  1. 6
      pkgs/tools/typesetting/tectonic/default.nix

@ -13,17 +13,17 @@
rustPlatform.buildRustPackage rec {
pname = "tectonic";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "tectonic-typesetting";
repo = "tectonic";
rev = "tectonic@${version}";
fetchSubmodules = true;
sha256 = "sha256-4msHDOrgvSvDsfXuDf4S3OXXkLMsh1CZYH+NjDQ3ASo=";
sha256 = "sha256-Xw/Rs30mH81b8qqdpmbXjSSYIG08wwRvykzhPpF94uk=";
};
cargoSha256 = "sha256-zNpO2QCXZ+Ib8K4+waVhdw+EefExeMRSwm6VuDlfWP4=";
cargoSha256 = "sha256-JzYCxsaBuQ5I+FgHVRQPNM32bJlE4H9Fd+48/jXDcr0=";
nativeBuildInputs = [ pkg-config makeWrapper ];

Loading…
Cancel
Save